Skip to content

Commit

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

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

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

- name: git push
working-directory: ./src/github.com/${{ github.repository }}
Expand All @@ -31,6 +31,6 @@ jobs:
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "Run ./hack/update-deps.sh"
git commit -m "Run ./hack/update-codegen.sh"
git push
fi

0 comments on commit 70cae67

Please sign in to comment.