Skip to content

Commit

Permalink
remove non-existing inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tahabebek committed Nov 7, 2024
1 parent ac6a44f commit 5a604dc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions preternatural-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ runs:
if [[ -n "\${CONFIGURATIONS}" ]]; then
cmd="\$cmd --configurations \${CONFIGURATIONS}"
fi
if [[ -n "\${BUILD_DIR}" ]]; then
cmd="\$cmd --symroot \${BUILD_DIR}"
fi
if [[ -n "\${SCHEME}" ]]; then
cmd="\$cmd --scheme \${SCHEME}"
fi
echo "\$cmd"
}
EOF
Expand Down

0 comments on commit 5a604dc

Please sign in to comment.