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 b6f160d commit bada218
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/actions/backport/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,7 @@ env:
runs:
using: composite
steps:
- shell: ${{ env.shell }}
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

- name: Checkout maintenance branch and cherry-pick
- name: Backport
shell: ${{ env.shell }}
working-directory: ${{ inputs.REPO_LOCATION }}
run: |
Expand Down

0 comments on commit bada218

Please sign in to comment.