Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen committed Nov 26, 2024
1 parent e117af1 commit b6f160d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/actions/backport/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ runs:
run: |
echo DEBUG
echo ${GITHUB_ACTION_PATH}
echo ${GITHUB_ACTION_PATH}/../../../
echo ${GITHUB_WORKSPACE}
ls ${GITHUB_ACTION_PATH}/../../..
echo DEBUG
- uses: actions/checkout@v4
with:
repository: hazelcast/backport
# Hardcoded as composite actions don't support env vars properly
# https://github.com/orgs/community/discussions/51280
path: backport

#- uses: actions/checkout@v4
# with:
# repository: hazelcast/backport
# # Hardcoded as composite actions don't support env vars properly
# # https://github.com/orgs/community/discussions/51280
# path: backport

- name: Checkout maintenance branch and cherry-pick
shell: ${{ env.shell }}
Expand All @@ -56,7 +57,7 @@ runs:
backport_target_branch=upstream/"${{ inputs.TARGET_BRANCH }}"
echo "::debug::Running backport script to backport "${{ inputs.REF_TO_BACKPORT }}" into \"${backport_target_branch}\""
${GITHUB_WORKSPACE}/backport/backport \
${GITHUB_ACTION_PATH}/../../../backport \
"${{ inputs.REF_TO_BACKPORT }}" \
"${backport_target_branch}" \
--non-interactive \
Expand Down

0 comments on commit b6f160d

Please sign in to comment.