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 dbac23f commit 5ceb14dCopy full SHA for 5ceb14d
.github/workflows/blank.yml
@@ -20,6 +20,6 @@ jobs:
20
run: |
21
git config --local user.email "[email protected]"
22
git config --local user.name "rick"
23
- git add .
+ git add -f index.rss
24
git commit -m "Auto commit by rick's bot, ci skip"
25
git push https://linuxsuren:${{ secrets.GH_SECRETS }}@github.com/opensource-f2f/devops-talk.git HEAD:master
0 commit comments