Skip to content

Commit

Permalink
Update tutorial-action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay2249 authored Oct 26, 2023
1 parent 3efe353 commit d255046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tutorial-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: output
runs-on: ubuntu
outputs:
output1: ${{ steps.step1.outputs.test }}
output1: ${{ steps.step1.outputs.driver }}
steps:
- id: step1
run: echo "driver=max-verstappen" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d255046

Please sign in to comment.