|
6 | 6 | # Your changes will be overwritten when the Upptime template updates (by default, weekly) |
7 | 7 | # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. |
8 | 8 | # |
9 | | -# 🔼 Upptime @v1.43.5 |
| 9 | +# 🔼 Upptime @v1.43.6 |
10 | 10 | # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary |
11 | 11 |
|
12 | 12 | # * Source: https://github.com/upptime/upptime |
@@ -36,31 +36,40 @@ jobs: |
36 | 36 | ref: ${{ github.head_ref || github.ref_name }} |
37 | 37 | token: ${{ secrets.GH_PAT || github.token }} |
38 | 38 | - name: Update template |
39 | | - uses: upptime/uptime-monitor@v1.43.5 |
| 39 | + uses: upptime/uptime-monitor@v1.43.6 |
40 | 40 | with: |
41 | 41 | command: "update-template" |
42 | 42 | env: |
43 | 43 | GH_PAT: ${{ secrets.GH_PAT || github.token }} |
44 | 44 | - name: Update response time |
45 | | - uses: upptime/uptime-monitor@v1.43.5 |
| 45 | + uses: upptime/uptime-monitor@v1.43.6 |
46 | 46 | with: |
47 | 47 | command: "response-time" |
48 | 48 | env: |
49 | 49 | GH_PAT: ${{ secrets.GH_PAT || github.token }} |
50 | 50 | SECRETS_CONTEXT: ${{ toJson(secrets) }} |
51 | 51 | - name: Update summary in README |
52 | | - uses: upptime/uptime-monitor@v1.43.5 |
| 52 | + uses: upptime/uptime-monitor@v1.43.6 |
53 | 53 | with: |
54 | 54 | command: "readme" |
55 | 55 | env: |
56 | 56 | GH_PAT: ${{ secrets.GH_PAT || github.token }} |
57 | 57 | - name: Generate graphs |
| 58 | + id: dispatch_graphs |
58 | 59 | uses: benc-uk/workflow-dispatch@v1 |
| 60 | + continue-on-error: true |
59 | 61 | with: |
60 | 62 | workflow: Graphs CI |
61 | 63 | token: ${{ secrets.GH_PAT || github.token }} |
| 64 | + - name: Generate graphs directly if dispatch fails |
| 65 | + if: steps.dispatch_graphs.outcome == 'failure' |
| 66 | + uses: upptime/uptime-monitor@v1.43.6 |
| 67 | + with: |
| 68 | + command: "graphs" |
| 69 | + env: |
| 70 | + GH_PAT: ${{ secrets.GH_PAT || github.token }} |
62 | 71 | - name: Generate site |
63 | | - uses: upptime/uptime-monitor@v1.43.5 |
| 72 | + uses: upptime/uptime-monitor@v1.43.6 |
64 | 73 | with: |
65 | 74 | command: "site" |
66 | 75 | env: |
|
0 commit comments