This commit is contained in:
Nemo
2022-04-26 20:18:37 +05:30
parent 8c0ccd2c24
commit 2724ebbbc0
2 changed files with 30 additions and 1 deletions

View File

@@ -42,8 +42,9 @@ jobs:
git config --global init.defaultBranch main
git config --global extensions.partialClone true
bundle exec ruby update.rb ./website ~/.cache releases
id: update_releases
- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit and update new releases
with:
commit_message: Update Releases
commit_message: ${{ fromJSON(steps.update_releases.outputs.commit_message)}}
commit_author: 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'