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 cc262e0 commit 0342db4Copy full SHA for 0342db4
.github/workflows/gha_clean.yml
@@ -2,7 +2,7 @@
2
3
name: Github Action Clean
4
on:
5
- push:
+ push:
6
schedule:
7
# * is a special character in YAML so you have to quote this string
8
- cron: '0 2 * * 6'
@@ -21,3 +21,9 @@ jobs:
21
- name: check a2c
22
run: |
23
python3 ./github_actions_clean.py -d -r grindsa/acme2certifier -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2
24
+ - name: check est_proxy
25
+ run: |
26
+ python3 ./github_actions_clean.py -d -r grindsa/est_proxy -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2
27
+ - name: check dkb-robo
28
29
+ python3 ./github_actions_clean.py -d -r grindsa/dkb-robo -t ${{ secrets.GH_TOKEN }} -u ${{ secrets.GH_USER }} -c 2
0 commit comments