We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf1bbf commit cd9ab1fCopy full SHA for cd9ab1f
.github/workflows/main.yml
@@ -13,8 +13,8 @@ on:
13
branches:
14
- master
15
16
-
17
+
18
jobs:
19
generate:
20
permissions:
@@ -30,8 +30,21 @@ jobs:
30
github_user_name: ${{ github.repository_owner }}
31
outputs: |
32
dist/github-contribution-grid-snake.svg
33
- dist/github-contribution-grid-snake-dark.svg?palette=github-dark
+ dist/github-contribution-grid-snake-dark.svg?palette=github-dark
34
35
36
37
38
39
+ Retry
40
41
42
43
44
+ Reason
45
46
47
48
49
# push the content of <build_dir> to a branch
50
# the content will be available at https://raw.githubusercontent.com/<github_user>/<repository>/<target_branch>/<file> , or as github page
0 commit comments