We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1420bac commit b39a630Copy full SHA for b39a630
2 files changed
.github/workflows/healthchecks_housekeeping.yaml
@@ -164,7 +164,7 @@ jobs:
164
cd "${GITHUB_WORKSPACE}/main" && git pull origin main
165
continue-on-error: true
166
167
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v7
168
with:
169
repository: ./main
170
commit_user_name: Azathothas # defaults to "github-actions[bot]"
.github/workflows/list_nix_pkgs.yaml
@@ -138,7 +138,7 @@ jobs:
138
139
140
#Commit & Push
141
142
143
144
0 commit comments