Skip to content

Commit

Permalink
More test-deploy-owner workflow fixes (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Mar 19, 2024
1 parent 288eb8d commit 3700cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy-owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Initialize check
run: |
cd ops/external-prs &&
pnpm tools initialize-check ${{ github.repository }} $PR_TOOLS_SHA
pnpm tools initialize-check ${{ github.repository }} ${{ github.event.pull_request.head.sha }}
- name: Run test-deploy
uses: ./.github/workflows/test-deploy
Expand Down

0 comments on commit 3700cdc

Please sign in to comment.