Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 29, 2024
1 parent da624c8 commit e96ec36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
with:
node-version: '14'
- run: |
echo "SURGE_LOGIN length: ${#SURGE_LOGIN}"
echo "CNAME: ${{ vars.CNAME }}"
echo "Deploying to CNAME: ${{ vars.CNAME }}"
if [[ -z "$SURGE_LOGIN" ]] || [[ -z "$SURGE_TOKEN" ]]; then
echo "Make sure SURGE_TOKEN and SURGE_LOGIN are set"
exit 1
Expand Down

0 comments on commit e96ec36

Please sign in to comment.