mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 17:12:24 +08:00
Take back the cat
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
cmd "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","environment"]' | cut -f2 | sed -e 's/^"//' -e 's/"$//'
|
||||
cat "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","environment"]' | cut -f2 | sed -e 's/^"//' -e 's/"$//'
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
cmd "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","id"]' | cut -f2
|
||||
cat "${GITHUB_EVENT_PATH}" | "${BASEDIR}"/JSON.sh | grep '\["deployment","id"]' | cut -f2
|
||||
Reference in New Issue
Block a user