Skip to content

Commit

Permalink
Use fork of ipdx workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Oct 21, 2024
1 parent 9168f37 commit 75fadbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
go-check:
uses: ipdxco/unified-github-workflows/.github/workflows/go-check.yml@v1.0
uses: marcopolo/unified-github-workflows/.github/workflows/go-check.yml@336e55601e4c805c426dcb5d87d716c69c9fda7c
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ concurrency:

jobs:
go-test:
uses: ipdxco/unified-github-workflows/.github/workflows/go-test.yml@v1.0
uses: marcopolo/unified-github-workflows/.github/workflows/go-test.yml@336e55601e4c805c426dcb5d87d716c69c9fda7c
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 75fadbc

Please sign in to comment.