Skip to content

Commit

Permalink
Set username and email
Browse files Browse the repository at this point in the history
Signed-off-by: Saikrishna Arcot <[email protected]>
  • Loading branch information
saiarcot895 committed Dec 5, 2024
1 parent 44e2c29 commit 3fa24b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ jobs:
dget -u https://deb.debian.org/debian/pool/main/libn/libnl3/libnl3_${LIBNL3_VER}-${LIBNL3_REV}.dsc
pushd libnl3-${LIBNL3_VER}
git init
git config --local user.name $USER
git config --local user.email [email protected]
git add -f *
git commit -qm "initial commit"
stg init
Expand Down

0 comments on commit 3fa24b5

Please sign in to comment.