diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43551dba..af211be6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ on: BUILD_DIFFERENT_ROM: description: 'Replace with Repo Init Command' required: false - default: 'echo 'Build Starting!'' + default: 'echo "Build Starting!"' REMOVALS: description: 'Folders to Remove Before Syncing' default: '.repo/local_manifests' @@ -79,7 +79,7 @@ jobs: sudo ln -sf ~/bin/repo /usr/bin/repo - name: Test Local Manifests run: | - if [ "${{ github.event.inputs.BUILD_DIFFERENT_ROM }}" == "echo 'Build Starting!'" ]; then + if [ '${{ github.event.inputs.BUILD_DIFFERENT_ROM }}' == 'echo "Build Starting!"' ]; then case "${{ github.event.inputs.BASE_PROJECT }}" in "ArrowOS 13.1") repo init -u https://github.com/ArrowOS/android_manifest.git -b arrow-13.1 --depth=1