Skip to content

Commit

Permalink
add missing end quotes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Jan 31, 2024
1 parent daae9c4 commit 74a6eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/satis-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ (github.repository == 'newfold-labs/wp-module-coming-soon') && (github.event.release.prerelease == false) }}
run: |
if [[ ! -d "build/${{ env.VERSION }}" ]]; then
echo "Build directory for version ${{ env.VERSION }} does not exist.
echo "Build directory for version ${{ env.VERSION }} does not exist."
exit 1
fi
Expand Down

0 comments on commit 74a6eab

Please sign in to comment.