mirror of
https://github.com/docker/bake-action.git
synced 2025-07-14 12:41:53 +02:00
Merge pull request #203 from crazy-max/missing-post
fix missing runs.post in action.yml
This commit is contained in:
@ -60,3 +60,4 @@ outputs:
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
Reference in New Issue
Block a user