We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c231c commit c591c8eCopy full SHA for c591c8e
.github/workflows/main.yml
@@ -11,12 +11,12 @@ 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@v2.1.3
18
- with:
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:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments