Skip to content

Commit

Permalink
Update reposync.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamal-devtron authored Aug 22, 2023
1 parent c5dddbd commit 91b5bd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reposync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
git clone $ENTERPRISE_REPO
cd action-testing && export GIT_COMMIT_ID=`git log --format="%H" -n 1`
git config --global user.email $GIT_CONFIG_EMAIL
git config --global user.name $GIT_USERNAME
export GIT_COMMIT=${GIT_COMMIT_ID:0:8}
echo $GIT_COMMIT
Expand Down

0 comments on commit 91b5bd6

Please sign in to comment.