Skip to content

Commit a77def5

Browse files
committed
fix path to local action
1 parent 382bd6c commit a77def5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-22.04
4747
steps:
4848
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49-
- uses: ./.github/actions/configure-goproxy
49+
- uses: .github/actions/configure-goproxy
5050
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5151
with:
5252
go-version-file: 'go.mod'
@@ -63,7 +63,7 @@ jobs:
6363
contents: write
6464
steps:
6565
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
66-
- uses: ./.github/actions/configure-goproxy
66+
- uses: .github/actions/configure-goproxy
6767
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6868
with:
6969
go-version-file: 'go.mod'

0 commit comments

Comments
 (0)