Skip to content

Commit

Permalink
New "full" parameter for new-url
Browse files Browse the repository at this point in the history
  • Loading branch information
azarz authored Sep 1, 2023
1 parent 454ce38 commit bbefb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: execute py script
run: |
cat keys.txt | xargs -L 1 python main.py
cat keys.txt | xargs python main.py
python main.py full
git config user.name github-actions
git config user.email github-actions@github.com
git add .
Expand Down

0 comments on commit bbefb9d

Please sign in to comment.