Skip to content

Commit

Permalink
update to use develop pipe-fittings branch for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Jan 29, 2025
1 parent 0e92fb3 commit e7af182
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/01-powerpipe-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
repository: turbot/pipe-fittings
path: pipe-fittings
ref: tp
ref: develop

# this is required, check golangci-lint-action docs
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -558,7 +558,7 @@ jobs:
with:
repository: turbot/pipe-fittings
path: pipe-fittings
ref: tp
ref: develop

- name: Tag Release
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/10-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
repository: turbot/pipe-fittings
path: pipe-fittings
ref: tp
ref: develop

# this is required, check golangci-lint-action docs
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/11-test-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
repository: turbot/pipe-fittings
path: pipe-fittings
ref: tp
ref: develop

# this is required, check golangci-lint-action docs
- uses: actions/setup-go@v5
Expand Down

0 comments on commit e7af182

Please sign in to comment.