Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 27, 2023
1 parent 0b34c8d commit 2bc9f23
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/action_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@ jobs:
- name: Run in report only mode
uses: ./
with:
push_changes: false
report_only: true

- name: Run in update mode
uses: ./
with:
push_changes: false
report_only: false

- name: Delete PR and target_branch
shell: bash
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr close ${{ steps.create_branch.outputs.pr_number }}
gh branch delete ${{ steps.branch.outputs.target_branch }} --force
Expand Down

0 comments on commit 2bc9f23

Please sign in to comment.