Skip to content

Commit 1c24e1b

Browse files
committed
Fix it all
1 parent 6712bee commit 1c24e1b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/update-fls.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: Update FLS
22
on:
33
schedule:
44
- cron: "05 0 * * *"
5-
workflow_dispatch:
65
jobs:
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)

0 commit comments

Comments
 (0)