Skip to content

Commit

Permalink
Fix compathelper repository url (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonReinhard authored Sep 19, 2024
1 parent 21f2ec2 commit c8705a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
pull-requests: write
jobs:
CompatHelper:
if: github.repository == 'QEDjl-project/QEDfields.jl'
if: github.repository == 'QEDjl-project/QEDevents.jl'
runs-on: ubuntu-latest
steps:
- name: Check if Julia is already available in the PATH
Expand Down Expand Up @@ -42,5 +42,4 @@ jobs:
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
COMPATHELPER_PRIV: ${{ secrets.COMPATHELPER_PRIV }}

0 comments on commit c8705a1

Please sign in to comment.