Compare commits
2 commits
5939f980cb
...
820fe07580
Author | SHA1 | Date | |
---|---|---|---|
|
820fe07580 | ||
cb5def5fe8 |
1 changed files with 1 additions and 5 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -8,10 +8,6 @@ jobs:
|
|||
update_lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: test
|
||||
run: |
|
||||
apt update
|
||||
apt install nodejs -y
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
|
@ -40,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
id: create-pull-request
|
||||
uses: https://code.forgejo.org/peter-evans/create-pull-request@main
|
||||
uses: https://forgejo.stefka.eu/jiriks74/create-pull-request@main
|
||||
with:
|
||||
token: ${{ secrets.FORGEJO_TOKEN_FOR_UPDATES }}
|
||||
# token: ${{ secrets.GH_TEST }}
|
||||
|
|
Loading…
Reference in a new issue