parent
97d51710ed
commit
b6f6e5acb4
2 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,7 @@ jobs:
|
|||
git stash pop
|
||||
jq ".version = \"$new_version\"" package.json > temp.json && mv temp.json package.json
|
||||
git add .
|
||||
git commit -m "Automated update by GitHub Actions"
|
||||
git commit -m "Automated update by Forgejo Actions"
|
||||
git push origin HEAD:${{ github.ref_name }}
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
|
@ -207,6 +207,7 @@ import { Subscription } from 'rxjs';
|
|||
this.ctx.fillRect(this.mario.x + 10, this.mario.y + 17, 4, 4);
|
||||
this.ctx.fillRect(this.mario.x + 26, this.mario.y + 17, 4, 4);
|
||||
|
||||
// Finish line
|
||||
this.ctx.fillStyle = 'yellow';
|
||||
this.ctx.fillRect(this.canvasWidth - 60, this.canvas.height - 160, 20, 100);
|
||||
this.ctx.fillStyle = 'black';
|
||||
|
|
Loading…
Reference in a new issue