We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9983500 commit 1f7bf12Copy full SHA for 1f7bf12
2 files changed
.github/workflows/repo_linter.yaml
@@ -122,7 +122,7 @@ jobs:
122
find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null
123
continue-on-error: true
124
125
- - uses: stefanzweifel/git-auto-commit-action@v6
+ - uses: stefanzweifel/git-auto-commit-action@v7
126
with:
127
repository: ./main
128
commit_user_name: Azathothas
.github/workflows/time.yaml
@@ -27,7 +27,7 @@ jobs:
27
echo "${UTC_TIME}" | tr -d '[:space:]' > "${GITHUB_WORKSPACE}/main/.github/TIME"
28
29
30
31
32
33
0 commit comments