Skip to content

Commit

Permalink
Merge pull request #1761 from Expensify/andrew-fix-bugs
Browse files Browse the repository at this point in the history
Use NEW_DEPLOY_BLOCKERS instead of NEW_PULL_REQUESTS
  • Loading branch information
roryabraham authored Mar 13, 2021
2 parents e5556fb + e2caf8c commit 824931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployBlocker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
if: ${{ github.event_name == 'issues' }}
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
NEW_PULL_REQUESTS: ${{ github.event.issue.html_url }}
NEW_DEPLOY_BLOCKERS: ${{ github.event.issue.html_url }}

- name: Update StagingDeployCash with issue
uses: Expensify/Expensify.cash/.github/actions/createOrUpdateStagingDeploy@master
if: ${{ github.event_name == 'pull_request' }}
with:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
NEW_PULL_REQUESTS: ${{ github.event.pull_request.html_url }}
NEW_DEPLOY_BLOCKERS: ${{ github.event.pull_request.html_url }}

# This Slack step is duplicated in all workflows, if you make a change to this step, make sure to update all
# the other workflows with the same change
Expand Down

0 comments on commit 824931c

Please sign in to comment.