We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c591c8e commit f474c39Copy full SHA for f474c39
1 file changed
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
name: Generate Datas
2
on:
3
schedule: # execute every 12 hours
4
- - cron: "* */12 * * *"
+ - cron: "*/12 * * * *"
5
workflow_dispatch:
6
jobs:
7
build:
@@ -11,12 +11,13 @@ jobs:
11
# Snake Animation
12
- uses: Platane/snk@master
13
id: snake-gif
14
- with:
+ with:
15
github_user_name: VCGithubCode
16
svg_out_path: dist/github-contribution-grid-snake.svg
17
- - uses: crazy-max/ghaction-github-pages@v3.1.0
18
19
- target_branch: output
20
- build_dir: dist
21
- env:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+
+ - uses: crazy-max/ghaction-github-pages@v3.1.0
+ target_branch: output
+ build_dir: dist
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments