Skip to content

Commit

Permalink
Merge branch 'systemphil:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
unseeming-owl authored Sep 13, 2024
2 parents bbb49d3 + e7693fb commit 084db4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/verify_formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
formatting:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:

- name: Generate COG token
Expand All @@ -28,8 +31,6 @@ jobs:
- name: Checkout without token
uses: actions/checkout@v4
if: steps.create_token.outcome == 'failure'
# with:
# ref: ${{ github.event.pull_request.head.ref }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit 084db4d

Please sign in to comment.