diff --git a/.github/workflows/fix-and-lint.yml b/.github/workflows/fix-and-lint.yml index 97a373e..754a4f4 100644 --- a/.github/workflows/fix-and-lint.yml +++ b/.github/workflows/fix-and-lint.yml @@ -126,6 +126,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup @@ -153,6 +157,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup @@ -178,6 +186,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup diff --git a/tiers/easy.json b/tiers/easy.json index 622e3a7..84a0ef8 100644 --- a/tiers/easy.json +++ b/tiers/easy.json @@ -2786,7 +2786,7 @@ "shortName": "Earth Emerald", "tip": "Obtained as a drop from Molanisks. Remember your light source and your slayer bell.", "wikiLink": "https://oldschool.runescape.wiki/w/Earth_emerald", - "imageLink": "https://oldschool.runescape.wiki/images/thumb/Earth_emerald_detail.png/320px-Earth_emerald_detail.pngg", + "imageLink": "https://oldschool.runescape.wiki/images/thumb/Earth_emerald_detail.png/320px-Earth_emerald_detail.png", "displayItemId": 34416, "verification": { "method": "collection-log",