We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9368f32 commit d3c2c49Copy full SHA for d3c2c49
.github/workflows/test_glitch.yml
@@ -0,0 +1,16 @@
1
+name: URLEng Test
2
+# This workflow is triggered at a scheduled interval of every 30 minutes
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *'
6
+
7
+jobs:
8
+ pinger_job:
9
+ name: A job to ping
10
+ runs-on: ubuntu-latest
11
+ env:
12
+ URL: 'https://urleng.glitch.me/test'
13
+ METHOD: GET # the method used to make the request. It is GET by default
14
+ steps:
15
+ - id: ping
16
+ uses: sisodiya2421/pinger@master
0 commit comments