Skip to content

Commit

Permalink
Revert "fix(action_integration_test): Fix repo name to source repo. (#37
Browse files Browse the repository at this point in the history
)"

This reverts commit 67adea4.
  • Loading branch information
Noahnc committed Nov 29, 2023
1 parent 67adea4 commit 6b98fc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/action_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,18 @@ 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 6b98fc6

Please sign in to comment.