File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/sync-labels.md
2
2
name : Sync Labels
3
3
4
- # See: https://docs.github.com/en/ actions/reference /events-that-trigger-workflows
4
+ # See: https://docs.github.com/actions/using-workflows /events-that-trigger-workflows
5
5
on :
6
6
push :
7
7
paths :
86
86
steps :
87
87
- name : Set environment variables
88
88
run : |
89
- # See: https://docs.github.com/en/ actions/reference /workflow-commands-for-github-actions#setting-an-environment-variable
89
+ # See: https://docs.github.com/actions/using-workflows /workflow-commands-for-github-actions#setting-an-environment-variable
90
90
echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
91
91
92
92
- name : Determine whether to dry run
@@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
# Use of this flag in the github-label-sync command will cause it to only check the validity of the
105
105
# configuration.
106
- echo "::set-output name= flag:: --dry-run"
106
+ echo "flag= --dry-run" >> $GITHUB_OUTPUT
107
107
108
108
- name : Checkout repository
109
109
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments