-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #506 from NLeSC/461_next_steps
461-reorganizes the next step files for citation and online documentation
- Loading branch information
Showing
4 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filename: .github/next_steps/02_citation.md | ||
filename: .github/workflows/next_steps_citation_issue.md | ||
id: citation | ||
- name: List created issues | ||
run: | | ||
|
@@ -23,7 +23,8 @@ jobs: | |
run: | | ||
git config --global user.name 'NLeSC Python template' | ||
git config --global user.email '[email protected]' | ||
git pull # other next step workflows may push changes before | ||
git rm .github/workflows/next_steps_citation.yml | ||
git rm -r .github/next_steps | ||
git commit -am "Cleanup automated next steps issue generator" | ||
git rm .github/workflows/next_steps_citation_issue.md | ||
git commit -am "Cleanup automated next steps issue generator for citation" | ||
git push |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Create readthedocs issue | ||
- name: Create online documentation issue | ||
uses: JasonEtco/create-an-issue@v2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filename: .github/next_steps/03_readthedocs.md | ||
filename: .github/workflows/next_steps_online_documentation_issue.md | ||
id: readthedocs | ||
- name: List created issues | ||
run: | | ||
|
@@ -23,7 +23,8 @@ jobs: | |
run: | | ||
git config --global user.name 'NLeSC Python template' | ||
git config --global user.email '[email protected]' | ||
git pull # other next step workflows may push changes before | ||
git rm .github/workflows/next_steps_online_documentation.yml | ||
git rm -r .github/next_steps | ||
git commit -am "Cleanup automated next steps issue generator" | ||
git rm .github/workflows/next_steps_online_documentation_issue.md | ||
git commit -am "Cleanup automated next steps issue generator for online documentation" | ||
git push |
File renamed without changes.