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 361e9f9 commit 8f1fcf0Copy full SHA for 8f1fcf0
.github/workflows/build-dist.yml
@@ -29,6 +29,6 @@ jobs:
29
run: |
30
git config --local user.email "[email protected]"
31
git config --local user.name "hoothin-update"
32
- git add Picviewer CE+/dist.user.js
+ git add "Picviewer CE+/dist.user.js"
33
git commit -m "chore(Picviewer CE+): Auto-generate dist.user.js with timestamp"
34
git push https://${{ secrets.ACTION_SECRET }}@github.com/${{ github.repository }}
0 commit comments