We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48b6db commit 5108d36Copy full SHA for 5108d36
action.yml
@@ -8,7 +8,7 @@ branding:
8
9
runs:
10
using: "docker"
11
- image: "docker://ghcr.io/cherninlab/breek@sha256:0e397d9ece4974e3de27fa8af4e5cc54a79661dab0296ca69d7bcdc843d2bb6d"
+ image: "docker://ghcr.io/cherninlab/breek@sha256:1132adfa01ebc002f1787af780f31fc99f25af3ac7d3dd018261559f5cfe10e7"
12
13
inputs:
14
github_user_name:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "breek",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Break your GitHub contribution graph into a playable breakout animation",
5
"private": true,
6
"workspaces": [
@@ -40,4 +40,4 @@
40
"peerDependencies": {
41
"typescript": "5.5.4"
42
}
43
-}
+}
0 commit comments