Skip to content

Commit

Permalink
Fix new way generare ENV variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Javier Trujillo Mata committed Nov 27, 2020
1 parent 91ec975 commit 0fafc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Send Compile action
run: |
export DISPATCH_ACTION="$(echo run_build)"
echo "::set-env name=NEW_DISPATCH_ACTION::$DISPATCH_ACTION"
echo "NEW_DISPATCH_ACTION=$DISPATCH_ACTION" >> $GITHUB_ENV
- name: Dispatch to organization repositories
uses: peter-evans/repository-dispatch@v1
Expand Down

0 comments on commit 0fafc5c

Please sign in to comment.