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 b7b7019 commit 1cd6c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build
env:
BRANCH_NAME: ${{ GITHUB_REF#refs/heads/ }}
BRANCH_NAME: "${GITHUB_REF#refs/heads/}"
run: |
cd app
echo "testing GITHUB_REF itself: $GITHUB_REF"
Expand Down

0 comments on commit 1cd6c33

Please sign in to comment.