Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from gha-trigger/fix/change-checkout-ref
Browse files Browse the repository at this point in the history
fix: checkout GHA_SHA instead of GHA_REF
  • Loading branch information
suzuki-shunsuke authored Sep 10, 2022
2 parents 97ce15a + 596da3c commit 9fd9fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
- uses: actions/checkout@v3
with:
repository: ${{env.GHA_REPOSITORY}}
ref: ${{env.GHA_REF}}
ref: ${{env.GHA_SHA}}
token: ${{steps.generate_token.outputs.token}}
fetch-depth: ${{inputs.main_repo_checkout_fetch_depth}}
lfs: ${{inputs.main_repo_checkout_lfs}}
Expand Down

0 comments on commit 9fd9fd1

Please sign in to comment.