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

Commit 4b2bfa6

Browse files
committed
fix: source read-config from next for now
1 parent 41d2feb commit 4b2bfa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/.github/workflows/go-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
submodules: recursive
1212
- id: config
13-
uses: protocol/.github/.github/actions/read-config@master
13+
uses: protocol/.github/.github/actions/read-config@next
1414
- uses: actions/setup-go@v3
1515
with:
1616
go-version: "1.19.x"

templates/.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: recursive
1919
- id: config
20-
uses: protocol/.github/.github/actions/read-config@master
20+
uses: protocol/.github/.github/actions/read-config@next
2121
- uses: actions/setup-go@v3
2222
with:
2323
go-version: ${{ matrix.go }}

0 commit comments

Comments
 (0)