We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f569f commit 79a2749Copy full SHA for 79a2749
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
# could use a container with sq tools already installed
37
image: python:3.9
38
steps:
39
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
40
with:
41
fetch-depth: 0
42
submodules: recursive
@@ -145,8 +145,8 @@ jobs:
145
echo $env.OBS_VERSION > render/VERSION
146
echo $env.OBS_VERSION > render/version.txt
147
date > render/generated.txt
148
- git config user.name github-actions
149
- git config user.email github-actions@github.com
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150
git add render
151
git commit -m "Generated preview images"
152
git push
0 commit comments