Skip to content

Commit

Permalink
replace deprecated set-output with $GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
tsnobip committed Jan 6, 2025
1 parent 403358b commit d3cb70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: git_status
shell: bash
run: |
echo "::set-output name=status::$( git status --porcelain )"
echo "status=$( git status --porcelain )" >> "$GITHUB_OUTPUT"
- name: Exit if routes have not been properly regenerated and committed, or if formatting is incorrect
shell: bash
run: |
Expand Down

0 comments on commit d3cb70e

Please sign in to comment.