Skip to content

Commit

Permalink
Merge pull request #73 from multiformats/rvagg/fix-gogen-action
Browse files Browse the repository at this point in the history
fix: make go-generate workflow pull latest remote
  • Loading branch information
galargh committed Jan 30, 2023
2 parents a2baec7 + 25b0927 commit c731517
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 c731517

Please sign in to comment.