Skip to content

Commit cd9ab1f

Browse files
authored
♻️ Update main.yml
1 parent 0bf1bbf commit cd9ab1f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
branches:
1414
- master
1515

16-
1716

17+
1818
jobs:
1919
generate:
2020
permissions:
@@ -30,8 +30,21 @@ jobs:
3030
github_user_name: ${{ github.repository_owner }}
3131
outputs: |
3232
dist/github-contribution-grid-snake.svg
33-
dist/github-contribution-grid-snake-dark.svg?palette=github-dark
33+
dist/github-contribution-grid-snake-dark.svg?palette=github-dark 
34+
35+
36+
37+
38+
39+
Retry
40+
  
41+
42+
3443

44+
Reason
45+
46+
47+
3548

3649
# push the content of <build_dir> to a branch
3750
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page

0 commit comments

Comments
 (0)