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.
1 parent 91ec975 commit 0fafc5cCopy full SHA for 0fafc5c
.github/workflows/dispatcher.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Send Compile action
21
run: |
22
export DISPATCH_ACTION="$(echo run_build)"
23
- echo "::set-env name=NEW_DISPATCH_ACTION::$DISPATCH_ACTION"
+ echo "NEW_DISPATCH_ACTION=$DISPATCH_ACTION" >> $GITHUB_ENV
24
25
- name: Dispatch to organization repositories
26
uses: peter-evans/repository-dispatch@v1
0 commit comments