You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if HasWorkflows %}next_steps.yml{% endif %}.jinja
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ jobs:
19
19
id: citation
20
20
- name: List created issues
21
21
run: |
22
-
echo 'Created issues that must be completed to have fully working Python package:
23
-
* Citation data ${{steps.citation.outputs.url }}'
22
+
echo "Created issues that must be completed to have fully working Python package:
23
+
* Citation data {{ '${{' }} steps.citation.outputs.url {{ '}}' }}"
24
24
- name: Cleanup files needed to create next steps issues
0 commit comments