From 37d4fc5a42775a36ff32042e3ca11c9b0ae55d4a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 7 Jul 2025 12:47:06 +0200 Subject: [PATCH] un-qualify github.com domain in updater `uses`, which resolved to data.forgejo.org/github.com (#442) attempt to address https://git.fediversity.eu/Fediversity/Fediversity/actions/runs/920. part of #65. Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/442 Co-authored-by: Kiara Grouwstra Co-committed-by: Kiara Grouwstra --- .forgejo/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update.yaml b/.forgejo/workflows/update.yaml index f823f0a6..ca0d0e78 100644 --- a/.forgejo/workflows/update.yaml +++ b/.forgejo/workflows/update.yaml @@ -15,7 +15,7 @@ jobs: - name: Update pins run: nix-shell --run "npins update" - name: Create PR - uses: github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 + uses: quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 with: remote-instance-api-version: v1 token: "${{ secrets.DEPLOY_KEY }}"