Compare commits
2 commits
c35f7b5235
...
b5f93e0322
Author | SHA1 | Date | |
---|---|---|---|
|
b5f93e0322 | ||
1fb0250a4e |
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -30,13 +30,13 @@ jobs:
|
|||
LOG="${LOG//$'\n'/'%0A'}"
|
||||
LOG="${LOG//$'\r'/'%0D'}"
|
||||
|
||||
echo "::set-output name=update_log::$LOG"
|
||||
echo "update_log=${LOG}" >> $GITHUB_OUTPUT
|
||||
|
||||
rm update.log
|
||||
|
||||
- name: Create Pull Request
|
||||
id: create-pull-request
|
||||
uses: https://forgejo.stefka.eu/jiriks74/create-pull-request@38d2dcaa13f5be3330be3b2c3bf9e76380cc41e5
|
||||
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