We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51db52c + fa918e4 commit 8af4d63Copy full SHA for 8af4d63
.github/workflows/sync-labels-npm.yml
@@ -1,10 +1,6 @@
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/sync-labels-npm.md
2
name: Sync Labels
3
4
-env:
5
- CONFIGURATIONS_FOLDER: .github/label-configuration-files
6
- CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
7
-
8
# See: https://docs.github.com/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows
9
on:
10
push:
@@ -27,6 +23,10 @@ on:
27
23
workflow_dispatch:
28
24
repository_dispatch:
29
25
26
+env:
+ CONFIGURATIONS_FOLDER: .github/label-configuration-files
+ CONFIGURATIONS_ARTIFACT_PREFIX: label-configuration-file-
+
30
jobs:
31
check:
32
runs-on: ubuntu-latest
0 commit comments