We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382bd6c commit a77def5Copy full SHA for a77def5
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
runs-on: ubuntu-22.04
47
steps:
48
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
49
- - uses: ./.github/actions/configure-goproxy
+ - uses: .github/actions/configure-goproxy
50
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
51
with:
52
go-version-file: 'go.mod'
@@ -63,7 +63,7 @@ jobs:
63
contents: write
64
65
66
67
68
69
0 commit comments