Commit b1810ae
committed
almost reverted fix for commit msg with spaces
# test multiple parameters surrounded by double quotes
# this is to test if the entrypoint.sh script can handle double quotes,
# because GitHub Actions will pass arguments as a single string.
docker run --rm \
-v ./dummy:/app/dummy \
-w /app \
-e GITHUB_TOKEN \
-e DEBUG \
github-graphql-client:latest "commit -o pirafrank -r "test-repo" -b main -c dummy/file1.txt -m 'this is a commit msg'"1 parent b4c1e39 commit b1810ae
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
0 commit comments