File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/sync-labels.md
22name : Sync Labels
33
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
55on :
66 push :
77 paths :
8686 steps :
8787 - name : Set environment variables
8888 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
9090 echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
9191
9292 - name : Determine whether to dry run
@@ -103,7 +103,7 @@ jobs:
103103 run : |
104104 # Use of this flag in the github-label-sync command will cause it to only check the validity of the
105105 # configuration.
106- echo "::set-output name= flag:: --dry-run"
106+ echo "flag= --dry-run" >> $GITHUB_OUTPUT
107107
108108 - name : Checkout repository
109109 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments