Skip to content

Commit 16ca317

Browse files
committed
next_steps_citation workflow cleans up the artifacts
1 parent b1a6456 commit 16ca317

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/.github/workflows/{% if AddCitation %}next_steps_citation.yml{% endif %}

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1515
with:
16-
filename: .github/next_steps/02_citation.md
16+
filename: .github/workflows/next_steps_citation_issue.md
1717
id: citation
1818
- name: List created issues
1919
run: |
@@ -24,6 +24,6 @@ jobs:
2424
git config --global user.name 'NLeSC Python template'
2525
git config --global user.email 'nlesc-python-template@users.noreply.github.com'
2626
git rm .github/workflows/next_steps_citation.yml
27-
git rm -r .github/next_steps
27+
git rm .github/workflows/next_steps_citation_issue.md
2828
git commit -am "Cleanup automated next steps issue generator"
2929
git push

template/.github/next_steps/{% if AddCitation %}02_citation.md{% endif %}.jinja renamed to template/.github/workflows/{% if AddCitation %}next_steps_citation_issue.md{% endif %}.jinja

File renamed without changes.

0 commit comments

Comments
 (0)