diff --git a/.github/workflows/tutorial-action.yaml b/.github/workflows/tutorial-action.yaml index 9e1684d..c71fc3e 100644 --- a/.github/workflows/tutorial-action.yaml +++ b/.github/workflows/tutorial-action.yaml @@ -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