Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lightest committed Aug 29, 2023
1 parent 60452d1 commit 98da2ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
npm install
- name: Build
env:
BRANCH_NAME: ${GITHUB_REF#refs/heads/}
run: |
cd app
echo "testing GITHUB_REF itself: $GITHUB_REF"
echo "testing GITHUB_REF with details availability: ${GITHUB_REF#refs/heads/}"
echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> "$GITHUB_ENV"
echo "testing BRANCH_NAME variable: $BRANCH_NAME"
npm run build:js && npm run build:css
echo "executing ls out on the directory:"
Expand Down

0 comments on commit 98da2ef

Please sign in to comment.