Skip to content

update

update #687

Workflow file for this run

name: update
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
update-version:
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' }}
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v3
- run: sudo apt update -y
- run: sudo apt install -y gettext jq fish httpie
- run: fish ./update-template.fish
- uses: EndBug/add-and-commit@v9
with:
message: 'Update version'