File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 7
7
update-fls :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - name : Check out the repo
11
- uses : actions/checkout@v4
12
- - name : Update FLS
13
- uses : ./make.py --update-spec-lock-file
14
- - name : Create Pull Request
15
- uses : peter-evans/create-pull-request@v4
16
- with :
17
- commit-message : Cloud - Update available list
18
- title : Update FLS (automated PR)
19
- body : Update FLS (automated PR)
20
- base : main
21
- labels : automated-pr
22
- branch : update-fls
23
- delete-branch : true
10
+ - name : Check out the repo
11
+ uses : actions/checkout@v4
12
+ - name : Update FLS
13
+ uses : ./make.py --update-spec-lock-file
14
+ - name : Create Pull Request
15
+ uses : peter-evans/create-pull-request@v4
16
+ with :
17
+ commit-message : Cloud - Update available list
18
+ title : Update FLS (automated PR)
19
+ body : Update FLS (automated PR)
20
+ base : main
21
+ labels : automated-pr
22
+ branch : update-fls
23
+ delete-branch : true
You can’t perform that action at this time.
0 commit comments