Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Dec 12, 2023
1 parent 1af207a commit 26502ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ outputs:
tasks:
description: "RUN TASK LIST"
value: ${{ steps.deploy.outputs.tasks }}
run_id:
description: "RUN ID"
value: ${{ steps.deploy.outputs.run_id }}

runs:
using: "composite"
Expand Down Expand Up @@ -111,4 +114,4 @@ runs:

branding:
icon: 'terminal'
color: 'gray-dark'
color: 'gray-dark'

0 comments on commit 26502ea

Please sign in to comment.