Skip to content

Commit 9846014

Browse files
committed
Update d1 list command
1 parent 6534eae commit 9846014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: cloudflare/wrangler-action@v3
5858
with:
5959
wranglerVersion: ${{ env.wranglerVersion }}
60-
command: "d1 list --json | jq -r '.[] | select(.name == \"ccip-${{ env.NAME_SUFFIX }}\") | .uuid' | awk '{print "d1_id="$1}' >> $GITHUB_ENV"
60+
command: "d1 list --json | jq -r '.[] | select(.name == \"ccip-${{ env.NAME_SUFFIX }}\") | .uuid' | awk '{print \"d1_id=\"$1}' >> $GITHUB_ENV"
6161
apiToken: ${{ secrets.CF_API_TOKEN }}
6262
preCommands: |
6363
echo "*** pre commands ***"

0 commit comments

Comments
 (0)