Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Jan 17, 2024
1 parent 33d1a75 commit c4e71e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/actions/checkout-pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ runs:
echo "pr_head_ref=$(echo $pr_json | jq -r '.headRefName')" >> $GITHUB_OUTPUT
id: get_pr
shell: bash
#- uses: actions/checkout@v4
# with:
# ref: ${{ steps.get_pr.outputs.pr_head_ref }}
- uses: actions/checkout@v4
with:
ref: ${{ steps.get_pr.outputs.pr_head_ref }}
3 changes: 0 additions & 3 deletions .github/workflows/dispatch-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
pr_number: ${{ inputs.pr_number }}
user: ${{ inputs.user }}
id: get_pr
- uses: actions/checkout@v4
with:
ref: ${{ steps.get_pr.outputs.pr_head_ref }}
- name: Get Target Version
uses: ./.github/actions/get-target-version
id: v
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
with:
pr_number: ${{ inputs.pr_number }}
user: ${{ inputs.user }}
- uses: actions/checkout@v4
with:
ref: ${{ steps.get_pr.outputs.pr_head_ref }}
- name: Get Target Version
uses: ./.github/actions/get-target-version
id: v
Expand Down

0 comments on commit c4e71e8

Please sign in to comment.