Skip to content

Commit

Permalink
Misc wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Dec 30, 2020
1 parent e2e3fb4 commit 6a642e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
timeout: 90 # Wait for 90 seconds before failing

- name: Display deployment status
run: "echo My deployment is ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).readyState }}"
run: "echo The deployment is ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).readyState }}"

# Send a HTTP call to the webhook url that's provided in the customer configuration file (vercel.*.json)
send-webhook-callback-once-deployment-ready:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vercel-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
timeout: 90 # Wait for 90 seconds before failing

- name: Display deployment status
run: "echo My deployment is ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).readyState }}"
run: "echo The deployment is ${{ fromJson(steps.await-vercel.outputs.deploymentDetails).readyState }}"

# Send a HTTP call to the webhook url that's provided in the customer configuration file (vercel.*.json)
send-webhook-callback-once-deployment-ready:
Expand Down

0 comments on commit 6a642e2

Please sign in to comment.