Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3f4e1a

Browse files
author
Akylbek Utekeshev
committed
MBX-0000 Fix dollar sign
1 parent 5c467a9 commit b3f4e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
workflow: buildApplicationAfterTrigger.yml
2828
repo: mindbox-cloud/flutter-app
2929
ref: develop
30-
inputs: '{"branch": "{{ github.head_ref }}", "commits": "${{ env.commits }}"}'
30+
inputs: '{"branch": "${{ github.head_ref }}", "commits": "${{ env.commits }}"}'

0 commit comments

Comments
 (0)