Skip to content

Commit

Permalink
Try with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations authored Sep 11, 2023
1 parent 62dd522 commit af77953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
host: ${{ secrets.DIGITAL_OCEAN_HOST }}
username: ${{ secrets.DIGITAL_OCEAN_USERNAME }}
key: ${{ secrets.DIGITAL_OCEAN_KEY }}
source: $GITHUB_WORKSPACE/${{ inputs.domain }}/docker-compose.yml
source: "$GITHUB_WORKSPACE/${{ inputs.domain }}/docker-compose.yml"
target: ${{ inputs.domain }}

0 comments on commit af77953

Please sign in to comment.