We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b6bf9 commit 18f1233Copy full SHA for 18f1233
.github/workflows/upstream-sync.yml
@@ -38,6 +38,8 @@ jobs:
38
env:
39
FEDORA_VERSION: 42
40
run: |
41
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
42
+ git config user.name "github-actions[bot]"
43
git remote add 'upstream' 'https://github.com/fedora-selinux/selinux-policy.git'
44
git fetch --tags 'upstream'
45
latest_tag=$(git tag -l "v${FEDORA_VERSION}.*" --sort='-creatordate' | head -n1)
0 commit comments