Skip to content

Commit

Permalink
ENH: Move issues to pages script to dedicated folder
Browse files Browse the repository at this point in the history
Move issues to pages script to dedicated folder.
  • Loading branch information
jhlegarreta committed Nov 9, 2021
1 parent 247b6b7 commit 2f975eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-to-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
url="https://api.github.com/repos/brainhackorg/global2021/issues?per_page=100"
path="content/project"
python issues_into_pages.py $url $path
python scripts/issues_into_pages.py $url $path
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
Expand Down
File renamed without changes.

0 comments on commit 2f975eb

Please sign in to comment.