6
mirror of https://github.com/AllSpiceIO/post-dr-comment.git synced 2025-04-01 12:46:55 +00:00

Fix underscore in args

This commit is contained in:
Shrikanth Upadhayaya 2024-09-05 13:41:00 -07:00
parent c316defcb8
commit b830ea201b
No known key found for this signature in database

View File

@ -27,7 +27,7 @@ runs:
using: "docker"
image: "Dockerfile"
args:
- "--allspice_hub_url"
- "--allspice-hub-url"
- ${{ github.server_url }}
- "--repository"
- ${{ github.repository }}