File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Auto merge
3
+ on :
4
+ pull_request :
5
+ jobs :
6
+ auto-merge :
7
+ uses :
clouddrove/github-shared-workflows/.github/workflows/[email protected]
8
+ secrets :
9
+ GITHUB : ${{ secrets.GITHUB }}
10
+ with :
11
+ tfcheck : ' tf-checks-basic-example / Check code format'
12
+ ...
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : ' Checkout'
13
- uses : actions/checkout@1.0.8
13
+ uses : actions/checkout@v4.1.1
14
14
15
15
- name : ' Set up Python 3.7'
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.x'
19
19
20
20
- name : ' create readme'
21
- uses : ' clouddrove/github-actions@v9 .0.2 '
21
+ uses : ' clouddrove/github-actions@9 .0.3 '
22
22
with :
23
23
actions_subcommand : ' readme'
24
24
github_token : ' ${{ secrets.GITHUB }}'
35
35
continue-on-error : true
36
36
37
37
- name : ' push readme'
38
- uses : ' clouddrove/github-actions@v9 .0.2 '
38
+ uses : ' clouddrove/github-actions@9 .0.3 '
39
39
continue-on-error : true
40
40
with :
41
41
actions_subcommand : ' push'
You can’t perform that action at this time.
0 commit comments