We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08689c0 commit a436b2dCopy full SHA for a436b2d
.github/workflows/main.yml
@@ -12,4 +12,4 @@ jobs:
12
username: ${{ secrets.USER }}
13
password: ${{ secrets.PASSWORD }}
14
port: ${{ secrets.PORT }}
15
- script: cd /var/www/dansl.net/pages && wget -O ios.md https://raw.githubusercontent.com/dansl/iOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated ios.md" && gh repo sync
+ script: cd /var/www/dansl.net/pages && wget -O ios.md https://raw.githubusercontent.com/dansl/iOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated ios.md" && git push
0 commit comments