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,22 +14,12 @@ jobs:
env:
workdir: ./WirePorxy
# release_version: ${GITHUB_REF#refs/*/}
steps:
- name: Checkout code
uses: actions/checkout@master
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: |

Loading…
Cancel
Save