From 3f923532a2d0ece59f93c353c0e9bdf6cf8c6e5a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 7 Jul 2025 12:50:55 +0200 Subject: [PATCH] updater: fully qualify github domain in `uses` (#443) part of #65. succeeds #442. Reviewed-on: https://git.fediversity.eu/Fediversity/Fediversity/pulls/443 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 ca0d0e78..36c79755 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: quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 + uses: https://github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281 with: remote-instance-api-version: v1 token: "${{ secrets.DEPLOY_KEY }}"