Skip to content

Commit

Permalink
Fix lock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Feb 2, 2022
1 parent dc9b289 commit 8b0550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lockDeploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
gh issue comment \
$(gh issue list --label StagingDeployCash --json number --jq '.[0].number') \
--body ':rocket: All staging deploys are complete, @Expensify/applauseleads please begin QA on version https://github.com/Expensify/App/releases/tag/$(< package.json jq -r .version) :rocket:'
--body ":rocket: All staging deploys are complete, @Expensify/applauseleads please begin QA on version https://github.com/Expensify/App/releases/tag/$(< package.json jq -r .version) :rocket:"
env:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}

Expand Down

0 comments on commit 8b0550e

Please sign in to comment.