Skip to content

Commit

Permalink
Update release-patch-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattd-mb authored Nov 28, 2024
1 parent 71e3840 commit ed0aee6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ jobs:
GITHUB_REPO: "github.com/${{ github.repository }}.git"
GITHUB_BRANCH: ${{ github.head_ref || github.ref_name }}
run: |
echo "GITHUB_USER: $GITHUB_USER"
echo "GITHUB_REPO: $GITHUB_REPO"
echo "GITHUB_BRANCH: $GITHUB_BRANCH"
git status
git push "https://${GITHUB_USER}:${MATTD_GITHUB_TOKEN}@${GITHUB_REPO}" "${GITHUB_BRANCH}"

0 comments on commit ed0aee6

Please sign in to comment.