forked from fediversity/fediversity
in update workflow use PR action actually meant for gitea
This commit is contained in:
parent
b0848727fd
commit
527d71b479
1 changed files with 2 additions and 1 deletions
|
|
@ -15,8 +15,9 @@ jobs:
|
|||
- name: Update pins
|
||||
run: nix-shell --run "npins update"
|
||||
- name: Create PR
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
uses: github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281
|
||||
with:
|
||||
remote-instance-api-version: v1
|
||||
token: "${{ secrets.DEPLOY_KEY }}"
|
||||
branch: npins-update
|
||||
commit-message: "npins: update sources"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue