Skip to content

Daily check for new Sphinx dockers to build against. #2

Daily check for new Sphinx dockers to build against.

Daily check for new Sphinx dockers to build against. #2

Workflow file for this run

name: Daily check for new Sphinx dockers to build against.
on:
schedule:
# Runs at midnight UTC every day.
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
run-shell-script:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run a shell script
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
./bin/tryrelease
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}