Skip to content

Commit 79a2749

Browse files
committed
attempt to fix ci.yaml
1 parent 27f569f commit 79a2749

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# could use a container with sq tools already installed
3737
image: python:3.9
3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
fetch-depth: 0
4242
submodules: recursive
@@ -145,8 +145,8 @@ jobs:
145145
echo $env.OBS_VERSION > render/VERSION
146146
echo $env.OBS_VERSION > render/version.txt
147147
date > render/generated.txt
148-
git config user.name github-actions
149-
git config user.email github-actions@github.com
148+
git config user.name "github-actions[bot]"
149+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
150150
git add render
151151
git commit -m "Generated preview images"
152152
git push

0 commit comments

Comments
 (0)