We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94392b1 commit 6c079c9Copy full SHA for 6c079c9
.github/workflows/readme-version.yml
@@ -30,7 +30,8 @@ jobs:
30
31
- name: Commit and push changes
32
run: |
33
- git config --global user.name "GitHub Actions Bot"
34
- git config --global user.email "collinjbarber@gmail.com"
35
- git add README.md
36
- git diff --quiet && git diff --staged --quiet || (git commit -m "Update version in README.md" && git push)
+ git config --global user.name "GitHub Actions Bot"
+ git config --global user.email "collinjbarber@gmail.com"
+ git remote set-url origin https://${{ secrets.PAT }}@github.com/CJCrafter/ChatGPT-Java-API.git
+ git add README.md
37
+ git diff --quiet && git diff --staged --quiet || (git commit -m "Update version in README.md" && git push)
0 commit comments