From 892e82713887a20de3ba5781344b490f3bf6f57c Mon Sep 17 00:00:00 2001 From: Ozgur Ersoy Date: Sun, 13 Apr 2025 18:05:43 +0200 Subject: [PATCH] fix(workflows): update entitlements file creation to use single quotes for EOF --- .gitea/workflows/test-macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index 89d27c29..85aff27f 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -26,7 +26,7 @@ jobs: ENTITLEMENTS_FILE="LuckyRobots.entitlements" else echo "Creating default entitlements file as LuckyWorld.entitlements" - cat > LuckyWorld.entitlements << EOF + cat > LuckyWorld.entitlements << 'EOF'