Skip to content

Commit 033b7d1

Browse files
authored
Add UI to workflow and commit message
1 parent e16ae7d commit 033b7d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rebuild sample
1+
name: Rebuild sample UI
22
on:
33
schedule:
44
- cron: 0 0 * * 2
@@ -30,7 +30,7 @@ jobs:
3030
- name: Create commit
3131
run: |
3232
git add .
33-
git commit -a -m "Rebuild with latest dependencies" || true
33+
git commit -a -m "Rebuild UI with latest dependencies" || true
3434
- name: Create Pull Request
3535
uses: peter-evans/create-pull-request@v7
3636
with:

0 commit comments

Comments
 (0)