Skip to content

Commit c8d1fc4

Browse files
authored
Update main.yml
1 parent d6a8241 commit c8d1fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: dispatch_action
1+
name: dispatch-workflow
22

33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
dispatch:
@@ -13,5 +13,5 @@ jobs:
1313
uses: peter-evans/repository-dispatch@v1
1414
with:
1515
token: ${{ secrets.GH_PAT }}
16-
repository: Rockernun/programmers-badge
16+
repository: Rockernun/Programmers_Badge_Generator
1717
event-type: trigger-workflow

0 commit comments

Comments
 (0)