Skip to content

Commit 1e80095

Browse files
authored
Merge pull request #7 from plaindocs/update-fls-3
YAML...
2 parents b4124be + a756126 commit 1e80095

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/update-fls.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
update-fls:
88
runs-on: ubuntu-latest
99
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

0 commit comments

Comments
 (0)