mirror of
https://github.com/lukaszraczylo/lolcathost.git
synced 2026-07-14 13:00:23 +00:00
Fix autoupdate workflow
This commit is contained in:
@@ -40,6 +40,9 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: CI_RUN=${CI} go test -v ./...
|
run: CI_RUN=${CI} go test -v ./...
|
||||||
|
|
||||||
|
- name: Configure git safe directory
|
||||||
|
run: git config --global --add safe.directory /__w/lolcathost/lolcathost
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v5
|
uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user