Skip to content

Commit f01cf84

Browse files
committed
GITHUB_ACTION -> GITHUB_ACTIONS
1 parent 1111548 commit f01cf84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Quicksilver/Tools/qsrelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ touch "${LOG}"
4848
"${TOOLSDIR}"/qstest
4949
fi
5050

51-
if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTION:-}" = true ]]; then
51+
if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTIONS:-}" = true ]]; then
5252
xcb_args+=(CODE_SIGN_IDENTITY=-)
5353
fi
5454
xcodebuild \

Quicksilver/Tools/qstest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ main() {
2929
-configuration Testing
3030
GCC_PREPROCESSOR_DEFINITIONS="TESTING"
3131
)
32-
if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTION:-}" = true ]]; then
32+
if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTIONS:-}" = true ]]; then
3333
xcb_args+=(CODE_SIGN_IDENTITY=-)
3434
fi
3535
xcodebuild build \

0 commit comments

Comments
 (0)