Skip to content

Commit

Permalink
Run update
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Jul 27, 2023
1 parent 70cae67 commit 980e7d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/knative-dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: depndabot - update-codegen.sh
name: dependabot - hack scripts

on:
pull_request:
Expand All @@ -19,9 +19,11 @@ jobs:
path: ./src/github.com/${{ github.repository }}
fetch-depth: 0

- name: Run ./hack/update-codegen.sh
- name: Run hack scripts
working-directory: ./src/github.com/${{ github.repository }}
run: ./hack/update-codegen.sh
run:
./hack/update-deps.sh
./hack/update-codegen.sh

- name: git push
working-directory: ./src/github.com/${{ github.repository }}
Expand Down

0 comments on commit 980e7d3

Please sign in to comment.