Skip to content

Commit

Permalink
fix(action_integration_test): Fix repo name to source repo. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc authored Nov 29, 2023
1 parent 52fb4ba commit 67adea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/action_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,22 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Run in report only mode
uses: ./
with:
report_only: true
repository_name: ${{ github.event.pull_request.head.repo.full_name }}

- name: Run in update mode
id: update
uses: ./
with:
report_only: false
target_branch_name: "feat/infrapatch_test_${{ github.run_number }}"
repository_name: ${{ github.event.pull_request.head.repo.full_name }}

- name: Check update result
shell: pwsh
Expand Down

0 comments on commit 67adea4

Please sign in to comment.