Skip to content

Commit af8fe14

Browse files
authored
Merge pull request #6 from per1234/migrate-set-output
Migrate "Sync Labels" workflow from deprecated `set-output` commands
2 parents 892a81f + a8782d8 commit af8fe14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
run: |
109109
# Use of this flag in the github-label-sync command will cause it to only check the validity of the
110110
# configuration.
111-
echo "::set-output name=flag::--dry-run"
111+
echo "flag=--dry-run" >> $GITHUB_OUTPUT
112112
113113
- name: Checkout repository
114114
uses: actions/checkout@v3

0 commit comments

Comments
 (0)