File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
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/actions/using -workflows/events-that-trigger-workflows
4+ # See: https://docs.github.com/actions/writing -workflows/choosing-when-your-workflow-runs /events-that-trigger-workflows
55on :
66 push :
77 paths :
7575 - name : Pass configuration files to next job via workflow artifact
7676 uses : actions/upload-artifact@v4
7777 with :
78- path : |
79- *.yaml
80- *.yml
78+ path : ${{ matrix.filename }}
8179 if-no-files-found : error
8280 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
8381
9189 steps :
9290 - name : Set environment variables
9391 run : |
94- # See: https://docs.github.com/actions/using -workflows/workflow-commands-for-github-actions#setting-an-environment-variable
92+ # See: https://docs.github.com/actions/writing -workflows/choosing-what-your-workflow-does /workflow-commands-for-github-actions#setting-an-environment-variable
9593 echo "MERGED_CONFIGURATION_PATH=${{ runner.temp }}/labels.yml" >> "$GITHUB_ENV"
9694
9795 - name : Determine whether to dry run
You can’t perform that action at this time.
0 commit comments