Thanks to visit codestin.com Credit goes to github.com
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 5c467a9 commit b3f4e1aCopy full SHA for b3f4e1a
.github/workflows/trigger-build-app.yml
@@ -27,4 +27,4 @@ jobs:
27
workflow: buildApplicationAfterTrigger.yml
28
repo: mindbox-cloud/flutter-app
29
ref: develop
30
- inputs: '{"branch": "{{ github.head_ref }}", "commits": "${{ env.commits }}"}'
+ inputs: '{"branch": "${{ github.head_ref }}", "commits": "${{ env.commits }}"}'
0 commit comments