Last active
November 22, 2024 18:26
-
-
Save VVispy/b3abd293c7c1963943dbc993684a9d50 to your computer and use it in GitHub Desktop.
renew dev mode script
This file contains hidden or 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: "15 23 * * *" | |
jobs: | |
my-job: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Make API Request | |
run: | | |
curl -X GET {LINK} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment