Skip to content

Instantly share code, notes, and snippets.

@VVispy
Last active November 22, 2024 18:26
Show Gist options
  • Save VVispy/b3abd293c7c1963943dbc993684a9d50 to your computer and use it in GitHub Desktop.
Save VVispy/b3abd293c7c1963943dbc993684a9d50 to your computer and use it in GitHub Desktop.
renew dev mode script
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