mirror of
https://github.com/Solratic/checksum-action.git
synced 2026-04-30 14:39:31 -05:00
- chore(entrypoint.sh): update command in entrypoint.sh to include quotes around arguments
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
python3 /action.py --pattern $1 --suffix $2
|
python3 /action.py --pattern "$1" --suffix "$2"
|
||||||
Reference in New Issue
Block a user