Skip to content

Commit 06d425b

Browse files
committed
fix misspellings in CI
1 parent 17b31c5 commit 06d425b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wireproxy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ on:
77
- v*
88

99
jobs:
10-
WirePorxy:
10+
WireProxy:
1111

12-
name: Cross compile WirePorxy
12+
name: Cross compile WireProxy
1313

1414
runs-on: ubuntu-20.04
1515

1616
env:
17-
workdir: ./WirePorxy
17+
workdir: ./WireProxy
1818

1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@master
2222
with:
2323
fetch-depth: 0
2424

25-
- name: Git clone WirePorxy
25+
- name: Git clone WireProxy
2626
run: |
2727
git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}
2828
cp ./.github/wireproxy-releaser.yml ${{ env.workdir }}/.goreleaser.yml

0 commit comments

Comments
 (0)