forked from Fediversity/Fediversity
in update
workflow use PR action actually meant for gitea (#438)
see #65 Reviewed-on: Fediversity/Fediversity#438 Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Kiara Grouwstra <kiara@procolix.eu> Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
b0848727fd
commit
fbb0806072
1 changed files with 2 additions and 1 deletions
|
@ -15,8 +15,9 @@ 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: peter-evans/create-pull-request@v7
|
uses: github.com/quentinlegot/gitea-create-pull-request@d1fd3e1f0c98ee7a009c035f9b7ad3f3bdc0f281
|
||||||
with:
|
with:
|
||||||
|
remote-instance-api-version: v1
|
||||||
token: "${{ secrets.DEPLOY_KEY }}"
|
token: "${{ secrets.DEPLOY_KEY }}"
|
||||||
branch: npins-update
|
branch: npins-update
|
||||||
commit-message: "npins: update sources"
|
commit-message: "npins: update sources"
|
||||||
|
|
Loading…
Add table
Reference in a new issue