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 0987e5f commit 0ddeb3bCopy full SHA for 0ddeb3b
.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 linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && gh repo sync
+ script: cd /var/www/dansl.net/pages && wget -O linux.md https://raw.githubusercontent.com/dansl/LinuxOS-Stuff/refs/heads/main/README.md && git commit -a -m "updated linux.md" && git push
0 commit comments