Skip to content

Commit c9ca2ad

Browse files
authored
Apply suggestion from @henryiii
1 parent 5cfa955 commit c9ca2ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ jobs:
9999
- name: Decide whether the needed jobs succeeded or failed
100100
uses: re-actors/alls-green@release/v1
101101
with:
102-
jobs: ${{ toJSON(needs) }}
102+
jobs: {% raw %}${{ toJSON(needs) }}{% endraw %}

0 commit comments

Comments
 (0)