un-qualify github.com domain in updater uses, which resolved to data.forgejo.org/github.com

see https://git.fediversity.eu/Fediversity/Fediversity/actions/runs/920
This commit is contained in:
Kiara Grouwstra 2025-07-07 12:37:57 +02:00
parent c7b05bb473
commit 8a51318115
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -15,7 +15,7 @@ jobs:
- name: Update pins - name: Update pins
run: nix-shell --run "npins update" run: nix-shell --run "npins update"
- name: Create PR - name: Create PR
uses: github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 uses: quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281
with: with:
remote-instance-api-version: v1 remote-instance-api-version: v1
token: "${{ secrets.DEPLOY_KEY }}" token: "${{ secrets.DEPLOY_KEY }}"