Skip to content

Commit 8af4d63

Browse files
authored
Merge pull request #169 from per1234/move-env
Use standard position for non-configuration `env` mapping in workflow
2 parents 51db52c + fa918e4 commit 8af4d63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync-labels-npm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/sync-labels-npm.md
22
name: Sync Labels
33

4-
env:
5-
CONFIGURATIONS_FOLDER: .github/label-configuration-files
6-
CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
7-
84
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
95
on:
106
push:
@@ -27,6 +23,10 @@ on:
2723
workflow_dispatch:
2824
repository_dispatch:
2925

26+
env:
27+
CONFIGURATIONS_FOLDER: .github/label-configuration-files
28+
CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
29+
3030
jobs:
3131
check:
3232
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)