Skip to content

Commit a3b454c

Browse files
committed
Improved names
1 parent e9b219f commit a3b454c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/eslint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ESLint
1+
name: Lint pushes/PRs
22

33
on: [push, pull_request]
44

.github/workflows/sync-changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Sync * to adamlui/ai-apps/perplexity-omnibox/*
1+
name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
repository: adamlui/ai-apps
2929
path: adamlui/ai-apps
3030

31-
- name: Sync * to adamlui/ai-apps/perplexity-omnibox/*
31+
- name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
3232
run: |
3333
rsync -avhr --delete --exclude={'.*','eslint*','package*json'} \
3434
${{ github.workspace }}/adamlui/perplexity-omnibox/ \

0 commit comments

Comments
 (0)