Skip to content

Commit b6c473e

Browse files
committed
provide correct path for .pre-commit-config-ansible.yaml in autoupdate
Signed-off-by: Taeseung Sohn <taeseung.sohn@tier4.jp>
1 parent 3555a72 commit b6c473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-ansible-autoupdate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: autowarefoundation/autoware-github-actions/pre-commit-autoupdate@v1
3232
with:
3333
token: ${{ steps.generate-token.outputs.token }}
34-
pre-commit-config: .pre-commit-config-ansible.yaml
34+
pre-commit-config: sources/.pre-commit-config-ansible.yaml
3535
pr-labels: |
3636
tag:bot
3737
tag:pre-commit-autoupdate

0 commit comments

Comments
 (0)