Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
spbsoluble committed Dec 6, 2023
1 parent c3cd016 commit 95a6b2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/keyfactor-starter-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ jobs:
echo "Checking out ${{ env.PR_BASE_REF }}"
echo "git checkout -b ${{ env.GITHUB_REF }}"
echo "git checkout -b ${{ env.GITHUB_HEAD_REF }}"
printenv
git checkout -b ${{ env.GITHUB_HEAD_REF }}
git checkout -b $GITHUB_HEAD_REF
git add pkg/version/version.go
git config --global user.email "${{ env.AUTHOR_EMAIL }}"
git config --global user.name "${{ env.AUTHOR_NAME }}"
Expand Down

0 comments on commit 95a6b2d

Please sign in to comment.