Files
olympics-calendar/.github/workflows/publish.yml
Workflow config file is invalid. Please check your config file: EOF
Fabrice Lamant 3015fc2e78 disable workflow
2025-12-05 21:33:20 +01:00

28 lines
654 B
YAML

# name: Auto update calendar
# on:
# # schedule:
# # - cron: "*/10 * * * *"
# workflow_dispatch:
# jobs:
# run:
# runs-on: ubuntu-latest
# permissions:
# contents: write
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: 20
# - run: npm install
# - run: npm start
# - name: Set date
# id: date_step
# run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
# - uses: stefanzweifel/git-auto-commit-action@v5
# with:
# commit_message: "calendar updates on ${{ env.today }}"