We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bd9a7 commit 6534eaeCopy full SHA for 6534eae
.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
uses: cloudflare/wrangler-action@v3
58
with:
59
wranglerVersion: ${{ env.wranglerVersion }}
60
- command: d1 list --json | jq -r '.[] | select(.name == "ccip-${{ env.NAME_SUFFIX }}") | .uuid' | awk '{print "d1_id="$1}' >> $GITHUB_ENV
+ command: "d1 list --json | jq -r '.[] | select(.name == \"ccip-${{ env.NAME_SUFFIX }}\") | .uuid' | awk '{print "d1_id="$1}' >> $GITHUB_ENV"
61
apiToken: ${{ secrets.CF_API_TOKEN }}
62
preCommands: |
63
echo "*** pre commands ***"
0 commit comments