Skip to content

Commit

Permalink
Merge pull request #6 from per1234/migrate-set-output
Browse files Browse the repository at this point in the history
Migrate "Sync Labels" workflow from deprecated `set-output` commands
  • Loading branch information
facchinm authored Jun 23, 2023
2 parents 892a81f + a8782d8 commit af8fe14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
# Use of this flag in the github-label-sync command will cause it to only check the validity of the
# configuration.
echo "::set-output name=flag::--dry-run"
echo "flag=--dry-run" >> $GITHUB_OUTPUT
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit af8fe14

Please sign in to comment.