Skip to content

Commit

Permalink
fix: fixed target from ref to sha (#63)
Browse files Browse the repository at this point in the history
* Fixed from ref to sha

Signed-off-by: Shintaro Sakoda <[email protected]>

* Fixed from ref to sha

Signed-off-by: Shintaro Sakoda <[email protected]>

---------

Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro authored Aug 9, 2024
1 parent 73cfe13 commit c5016db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Run pre-commit
uses: autowarefoundation/autoware-github-actions/pre-commit@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
ref: ${{ github.event.pull_request.head.sha }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit c5016db

Please sign in to comment.