mirror of
https://github.com/Solratic/checksum-action.git
synced 2026-03-11 20:24:25 -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
|
||||
|
||||
python3 /action.py --pattern $1 --suffix $2
|
||||
python3 /action.py --pattern "$1" --suffix "$2"
|
||||
Reference in New Issue
Block a user