Skip to content

Commit 0fafc5c

Browse files
author
Francisco Javier Trujillo Mata
committed
Fix new way generare ENV variables
1 parent 91ec975 commit 0fafc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dispatcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Send Compile action
2121
run: |
2222
export DISPATCH_ACTION="$(echo run_build)"
23-
echo "::set-env name=NEW_DISPATCH_ACTION::$DISPATCH_ACTION"
23+
echo "NEW_DISPATCH_ACTION=$DISPATCH_ACTION" >> $GITHUB_ENV
2424
2525
- name: Dispatch to organization repositories
2626
uses: peter-evans/repository-dispatch@v1

0 commit comments

Comments
 (0)