Skip to content

Commit

Permalink
fix: modify actions
Browse files Browse the repository at this point in the history
  • Loading branch information
masahiro-kubota committed Nov 20, 2024
1 parent 44f8f56 commit 57adbf0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:

- name: Check out repository
uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- name: Set git config
uses: autowarefoundation/autoware-github-actions/set-git-config@v1

Expand Down

0 comments on commit 57adbf0

Please sign in to comment.