Skip to content

Commit

Permalink
This might work idk
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 16, 2024
1 parent 952f1a6 commit 25bb69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 25bb69d

Please sign in to comment.