Merge pull request #203 from crazy-max/missing-post

fix missing runs.post in action.yml
This commit is contained in:
CrazyMax
2024-04-29 11:34:05 +02:00
committed by GitHub

View File

@ -60,3 +60,4 @@ outputs:
runs:
using: 'node20'
main: 'dist/index.js'
post: 'dist/index.js'