Skip to content

Commit 5158509

Browse files
committed
please work :(
1 parent 124155c commit 5158509

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ inputs:
1919
default: "10000"
2020

2121
runs:
22-
using: docker
23-
image: docker://ghcr.io/ahmadnassri/action-workflow-queue:1.1.5
22+
using: 'node20'
23+
main: 'src/index.js'
24+
post: 'src/index.js'
25+
post-if: success()
26+

0 commit comments

Comments
 (0)