We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b8f4a commit 3d6ee06Copy full SHA for 3d6ee06
1 file changed
README.md
@@ -27,7 +27,7 @@ Create a zip action with a `exec` in the root of the zip
27
```
28
echo \
29
'#!/bin/bash
30
-echo "{\"messag\":\"Hello World\"}"' > exec
+echo "{\"message\":\"Hello World\"}"' > exec
31
32
33
chmod +x exec
0 commit comments