Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

check for new version #16

check for new version

check for new version #16

Workflow file for this run

name: check for new version
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
autobuild-sh:
runs-on: ubuntu-latest
name: 'check for release'
steps:
- name: checkout code
uses: actions/checkout@v4
with:
token: ${{ secrets.OTHER_TOKEN }}
- name: install deps
shell: bash
run: |
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
./autobuild.sh