We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6534eae commit 9846014Copy full SHA for 9846014
.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