File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: Update FLS
22on :
33 schedule :
44 - cron : " 05 0 * * *"
5- workflow_dispatch :
65jobs :
7- runs-on : ubuntu-latest
8- steps :
9- - name : Check out the repo
10- uses : actions/checkout@v2
11- - name : Update FLS
12- uses : ./make.py --update-spec-lock-file
13- - name : Create Pull Request
14- uses : peter-evans/create-pull-request@v4
15- with :
6+ update-fls :
7+ runs-on : ubuntu-latest
8+ steps :
9+ - name : Check out the repo
10+ uses : actions/checkout@v2
11+ - name : Update FLS
12+ uses : ./make.py --update-spec-lock-file
13+ - name : Create Pull Request
14+ uses : peter-evans/create-pull-request@v4
15+ with :
1616 commit-message : Cloud - Update available list
1717 title : Update FLS (automated PR)
1818 body : Update FLS (automated PR)
You can’t perform that action at this time.
0 commit comments