Skip to content

Commit

Permalink
Fix pr tool invocation (#1098)
Browse files Browse the repository at this point in the history
* Fix pr tool invocation

* debug
  • Loading branch information
ravenac95 authored Mar 20, 2024
1 parent 4b421f1 commit 2138ce5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-deploy-owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
cd ops/external-prs &&
pnpm tools initialize-check ${{ github.repository }} ${{ github.event.pull_request.head.sha }} ${{ github.event.sender.login }}
- name: Author association debug
run: |
echo "${{ github.event.pull_request.author_association }}"
- name: Login to google
uses: 'google-github-actions/auth@v2'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ runs:
- name: Run test-deploy
run: |
mkdir -p $HOME/.dbt &&
cd ops/external-prs && pnpm tools test-deploy ${{ github.repository }} ${{ inputs.pr }} $HOME/.dbt/profiles ${{ inputs.gcp_service_account_path }}
cd ops/external-prs && pnpm tools test-deploy ${{ github.repository }} ${{ inputs.pr }} ${{ inputs.sha}} $HOME/.dbt/profiles ${{ inputs.gcp_service_account_path }} pr-clone

0 comments on commit 2138ce5

Please sign in to comment.