Skip to content

Commit

Permalink
fix autosquash
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-thm committed May 21, 2024
1 parent 0c00ebf commit 1d59840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/automation-autosquash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get Token
if: github.repository == 'theoremlp/rules_uv'
if: github.event.pull_request.head.repo.full_name == 'theoremlp/rules_uv'
id: app-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.THM_AUTOMATION_APP_ID }}
private-key: ${{ secrets.THM_AUTOMATION_PRIVATE_KEY }}
- if: github.repository == 'theoremlp/rules_uv'
- if: github.event.pull_request.head.repo.full_name == 'theoremlp/rules_uv'
uses: actions/checkout@v4
- if: github.repository == 'theoremlp/rules_uv'
- if: github.event.pull_request.head.repo.full_name == 'theoremlp/rules_uv'
uses: theoremlp/autosquash@v1
with:
github-token: ${{ steps.app-token.outputs.token }}
Expand Down

0 comments on commit 1d59840

Please sign in to comment.