mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 06:39:47 +00:00
disable workflow
This commit is contained in:
46
.github/workflows/publish.yml
vendored
46
.github/workflows/publish.yml
vendored
@ -1,27 +1,27 @@
|
|||||||
name: Auto update calendar
|
# name: Auto update calendar
|
||||||
|
|
||||||
on:
|
# on:
|
||||||
# schedule:
|
# # schedule:
|
||||||
# - cron: "*/10 * * * *"
|
# # - cron: "*/10 * * * *"
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
run:
|
# run:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
# permissions:
|
||||||
contents: write
|
# contents: write
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
# - uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: 20
|
# node-version: 20
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm start
|
# - run: npm start
|
||||||
- name: Set date
|
# - name: Set date
|
||||||
id: date_step
|
# id: date_step
|
||||||
run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
# run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
# - uses: stefanzweifel/git-auto-commit-action@v5
|
||||||
with:
|
# with:
|
||||||
commit_message: "calendar updates on ${{ env.today }}"
|
# commit_message: "calendar updates on ${{ env.today }}"
|
||||||
|
|||||||
0
Dockerfile
Normal file
0
Dockerfile
Normal file
Reference in New Issue
Block a user