Skip to content

Commit

Permalink
Fix ENV var setting (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingthorin committed Dec 3, 2020
1 parent 7940c3c commit dd33419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/www_stable_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
# Setup some env vars etc for future use
# Extract version from tag ref
VERSION_TAG=${GITHUB_REF/refs\/tags\//}
echo "VERSION_TAG::$VERSION_TAG" >> $GITHUB_ENV
echo "VERSION_TAG=$VERSION_TAG" >> $GITHUB_ENV
VERSION_PATH=$(echo $VERSION_TAG | tr -d .)
echo "VERSION_PATH::$VERSION_PATH" >> $GITHUB_ENV
echo "VERSION_PATH=$VERSION_PATH" >> $GITHUB_ENV
cd wstg
echo "WSTG_BASE=$(pwd)" >> $GITHUB_ENV
echo "SRC_BASE="OWASP/wstg@"$(git log -1 --format=format:%h)" >> $GITHUB_ENV
Expand Down

0 comments on commit dd33419

Please sign in to comment.