We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cfa955 commit c9ca2adCopy full SHA for c9ca2ad
1 file changed
{{cookiecutter.project_name}}/.github/workflows/ci.yml
@@ -99,4 +99,4 @@ jobs:
99
- name: Decide whether the needed jobs succeeded or failed
100
uses: re-actors/alls-green@release/v1
101
with:
102
- jobs: ${{ toJSON(needs) }}
+ jobs: {% raw %}${{ toJSON(needs) }}{% endraw %}
0 commit comments