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 dfea013 commit cd8ae5eCopy full SHA for cd8ae5e
.github/workflows/sync_gif.yaml
@@ -43,7 +43,7 @@ jobs:
43
find "${GITHUB_WORKSPACE}/main/profile" -type f -print0 | xargs -0 sed -i -E "s~(https://soar\.pkgforge\.dev/gif)[^\"]*~\1?$(basename "$(mktemp -u)")=$(basename "$(mktemp -u)")~g"
44
continue-on-error: true
45
46
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
47
with:
48
repository: ./main
49
commit_user_name: Azathothas
0 commit comments