Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #77 from protocol/fix-yaml
Browse files Browse the repository at this point in the history
fix indent in copy workflow
  • Loading branch information
marten-seemann authored Apr 22, 2021
2 parents 241a684 + 9cc64f2 commit bf77f33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/copy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
with:
path: ${{ env.TEMPLATE_REPO_DIR }}
- uses: actions/setup-go@v2
with:
# This should be the same Go version we use in the go-check workflow.
# go mod tidy, go vet, staticcheck and gofmt might behave differently depending on the version.
go-version: "1.16.x"
with:
# This should be the same Go version we use in the go-check workflow.
# go mod tidy, go vet, staticcheck and gofmt might behave differently depending on the version.
go-version: "1.16.x"
- name: git config
run: |
cd $TARGET_REPO_DIR
Expand Down

0 comments on commit bf77f33

Please sign in to comment.