We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e6568 commit b0a405aCopy full SHA for b0a405a
.github/workflows/wireproxy.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Git clone WireProxy
26
run: |
27
- git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}
+ git clone https://github.com/pufferffish/wireproxy.git ${{ env.workdir }}
28
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml
29
30
- name: Set up GoReleaser
0 commit comments