We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16ae7d commit 033b7d1Copy full SHA for 033b7d1
1 file changed
.github/workflows/rebuild.yml
@@ -1,4 +1,4 @@
1
-name: Rebuild sample
+name: Rebuild sample UI
2
on:
3
schedule:
4
- cron: 0 0 * * 2
@@ -30,7 +30,7 @@ jobs:
30
- name: Create commit
31
run: |
32
git add .
33
- git commit -a -m "Rebuild with latest dependencies" || true
+ git commit -a -m "Rebuild UI with latest dependencies" || true
34
- name: Create Pull Request
35
uses: peter-evans/create-pull-request@v7
36
with:
0 commit comments