Skip to content

Commit

Permalink
fix: use .yaml not .yml for auto-bumper ref
Browse files Browse the repository at this point in the history
correct config path

Signed-off-by: Caleb Woodbine <[email protected]>
  • Loading branch information
BobyMCbobs committed Jun 27, 2023
1 parent 264e317 commit 68d4fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic-autobumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: generic-autobumper
uses: docker://gcr.io/k8s-prow/generic-autobumper:v20230623-ea9b5f8eba
with:
args: --config=/github/workspace/.github/generic-autobumper-config.yml
args: --config=/github/workspace/.github/generic-autobumper-config.yaml
- name: delete token
if: always()
run: |
Expand Down

0 comments on commit 68d4fd9

Please sign in to comment.