From 61488a7fd346d988dc09793224b453eebbbed9ce Mon Sep 17 00:00:00 2001 From: uku Date: Thu, 7 Nov 2024 23:47:47 +0100 Subject: [PATCH] generic !!! hell yeah !!!! --- .forgejo/workflows/update-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/update-lock.yml b/.forgejo/workflows/update-lock.yml index 49bfc1d..c42487f 100644 --- a/.forgejo/workflows/update-lock.yml +++ b/.forgejo/workflows/update-lock.yml @@ -47,7 +47,7 @@ jobs: run: | git push origin HEAD curl -X POST \ - 'https://git.uku3lig.net/api/v1/repos/uku/actions-test/pulls' \ + '${{ env.GITHUB_REPOSITORY }}/api/v1/repos/${{ env.GITHUB_REPOSITORY }}/pulls' \ -H 'Content-Type: application/json' \ -H 'Authorization: token ${{ secrets.FORGEJO_TOKEN }}' \ -d "{\"base\": \"main\", \"head\": \"update-lock-$(date -I)\", \"title\": \"chore: update flake.lock\"}"