Skip to content

Commit

Permalink
no quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Mar 25, 2024
1 parent 34e1328 commit a4c7726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: fauna/faunadb:latest
options: --mount type=bind,source='${{ github.workspace }}/docker/feature-flags.json',target=/etc/feature-flag-periodic.d/feature-flags.json -p 8443:8443 -p 8084:8084
options: --mount type=bind,source=${{ github.workspace }}/docker/feature-flags.json,target=/etc/feature-flag-periodic.d/feature-flags.json -p 8443:8443 -p 8084:8084
run: |
echo "Started Fauna"
Expand Down

0 comments on commit a4c7726

Please sign in to comment.