Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
sounddrill31 authored Feb 16, 2024
1 parent 25bb69d commit c519212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 c519212

Please sign in to comment.