Skip to content

Commit

Permalink
Update test-permissions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges committed Oct 6, 2024
1 parent f1bfb95 commit e7732d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git add --all
git commit -m "homebrew: update Homebrew Tap Formula for ${{ github.ref_name }}"
git push origin "${PR_BRANCH}"
git config --unset-all http.https://github.com/.extraheader
git push --set-upstream https://user:[email protected]/brett-hodges/homebrew-kitops "${PR_BRANCH}"
#git push origin "${PR_BRANCH}"
gh pr create --fill --base main --head "${PR_BRANCH}"
git checkout "${CURRENT_BRANCH}"
popd

0 comments on commit e7732d6

Please sign in to comment.