Update wireproxy.yml

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

@ -22,14 +22,14 @@ 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: 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