Skip to content

Commit 18f1233

Browse files
RoyalOughtnesssecureblue-bot
authored andcommitted
fix: set git identity for the action (#3)
1 parent b7b6bf9 commit 18f1233

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
env:
3939
FEDORA_VERSION: 42
4040
run: |
41+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
42+
git config user.name "github-actions[bot]"
4143
git remote add 'upstream' 'https://github.com/fedora-selinux/selinux-policy.git'
4244
git fetch --tags 'upstream'
4345
latest_tag=$(git tag -l "v${FEDORA_VERSION}.*" --sort='-creatordate' | head -n1)

0 commit comments

Comments
 (0)