Skip to content

Commit

Permalink
delulu
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jul 10, 2024
1 parent 50cf490 commit 09e88b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/hybrid_branch_deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ runs:
uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
fetch-depth: 100
fetch-depth: 500

- name: Get git sha
id: get_shas
run: echo "SHAS<<EOF\n$(git rev-list --ancestry-path cd2a864d09faa69900bff468f0f78d7e630ff87b..ff558eb2e32c7c24f54fb8cc699e05db8662d883)\nEOF" >> $GITHUB_OUTPUT
run: echo "SHAS<<EOF\n$(git rev-list --ancestry-path cd2a864d09faa69900bff468f0f78d7e630ff87b..${{ github.event.pull_request.head.sha }})\nEOF" >> $GITHUB_OUTPUT
shell: bash

- uses: actions/github-script@v7
Expand Down

0 comments on commit 09e88b2

Please sign in to comment.