Skip to content

Commit

Permalink
fix: make go-generate workflow pull latest remote
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 30, 2023
1 parent a2baec7 commit 25b0927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: "1.19.x"
- run: git submodule init
- run: git submodule update
- run: git submodule update --init --recursive --remote
- run: go generate
- uses: peter-evans/create-pull-request@ad43dccb4d726ca8514126628bec209b8354b6dd # Create Pull Request v4.1.4
with:
Expand Down

0 comments on commit 25b0927

Please sign in to comment.