Skip to content

Commit

Permalink
ci: fix demo server down (#1192)
Browse files Browse the repository at this point in the history
add quotation marks
  • Loading branch information
MaxKless authored Jun 23, 2022
1 parent 2ba3d94 commit 0dbd918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-server-down.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Determine App Names
run: |
if [[ -n ${{ github.event.pull_request.head.ref }} ]]
if [[ -n "${{ github.event.pull_request.head.ref }}" ]]
then
REF=${{ github.event.pull_request.head.ref }}
else
Expand Down

0 comments on commit 0dbd918

Please sign in to comment.