Last active
November 25, 2020 07:07
-
-
Save dennbagas/9e70bcfda46b14d69d0d4a5eadae2726 to your computer and use it in GitHub Desktop.
BMKG Weather API
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
name: Netlify Builds | |
on: | |
schedule: | |
- cron: "00 22 */3 * *" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: call netlify build hook | |
run: curl -X POST -d {} ${{ secrets.NETLIFY_BUILD_HOOK }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment