We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b79c8 commit 2ec96f9Copy full SHA for 2ec96f9
1 file changed
.github/workflows/main.yml
@@ -47,9 +47,7 @@ jobs:
47
cp -r ./packages/generate-snake-animation/dist ${{ runner.temp }}/snk2
48
bun install --cwd ${{ runner.temp }}/snk2
49
bun add --cwd ${{ runner.temp }}/snk2 canvas@3.2.0 gif-encoder-2@1.0.5 gifsicle@5.3.0
50
- ls ${{ runner.temp }}/snk2
51
- ls ${{ runner.temp }}/snk2/node_modules
52
- ${{ runner.temp }}/snk2/cli.js --github_user=platane --output=snake.gif
+ bun ${{ runner.temp }}/snk2/cli.js --github_user=platane --output=snake.gif
53
env:
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
0 commit comments