mirror of https://github.com/knative/pkg.git
Fix github action for dependabot (#2776)
This commit is contained in:
parent
edf95e6071
commit
48669141e5
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run hack scripts
|
- name: Run hack scripts
|
||||||
working-directory: ./src/github.com/${{ github.repository }}
|
working-directory: ./src/github.com/${{ github.repository }}
|
||||||
run:
|
run: |
|
||||||
./hack/update-deps.sh
|
./hack/update-deps.sh
|
||||||
./hack/update-codegen.sh
|
./hack/update-codegen.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue