Skip to content

Commit

Permalink
Fix format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Oct 12, 2024
1 parent 50a13c0 commit c274c17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/generic.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
path: build/libs/${{ inputs.plugin_name }}-pr${{ github.event.pull_request.number }}.jar

link:
- runs-on: ubuntu-latest
- permissions:
- contents: read
runs-on: ubuntu-latest
permissions:
- pull-requests: write
- steps:
steps:
- uses: actions/checkout@v3

- name: Comment artifact links on PR
Expand Down

0 comments on commit c274c17

Please sign in to comment.