diff --git a/.github/workflows/sync_gif.yaml b/.github/workflows/sync_gif.yaml index ce6f7db..dff0b7b 100644 --- a/.github/workflows/sync_gif.yaml +++ b/.github/workflows/sync_gif.yaml @@ -43,7 +43,7 @@ jobs: 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" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v5 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_user_name: Azathothas