Update wireproxy.yml

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent f6e0f004ee
commit e1e8c6e1d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/wireproxy.yml

@ -14,7 +14,6 @@ jobs:
env:
workdir: ./WirePorxy
# release_version: ${GITHUB_REF#refs/*/}
steps:
- name: Checkout code
@ -22,15 +21,6 @@ jobs:
with:
fetch-depth: 0
# - name: Set env
# run: |
# echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
# - name: Test
# run: |
# echo $release_version
# echo ${{ env.release_version }}
- name: Git clone WirePorxy
run: |
git clone https://github.com/octeep/wireproxy.git ${{ env.workdir }}

Loading…
Cancel
Save