This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
API update reminder #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
workflow_dispatch: ~ | |
schedule: | |
- cron: "0 0 1 3,6,9,12 *" # At 00:00 on 1st of March, June, September, and December | |
name: API update reminder | |
jobs: | |
reminder: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: JasonEtco/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
filename: .github/api_update_reminder.md |