Skip to content

Commit

Permalink
Troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Apr 10, 2024
1 parent f517bb0 commit 11717d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ inputs.repository }}
ref: ${{ inputs.branch }}

- name: Warnings for breaking changes
shell: bash
run: |
Expand All @@ -85,6 +79,12 @@ runs:
triggers: ${{ inputs.triggers }}
diff_branch: ${{ inputs.diff_branch }}

- uses: actions/checkout@v4
with:
fetch-depth: 0
repository: ${{ inputs.repository }}
ref: ${{ inputs.branch }}

# Setup Java and cache dir
- uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 11717d3

Please sign in to comment.