Skip to content

Commit 4963f95

Browse files
committed
Align with the order of answers to the extensibility question
1 parent 64b6bb8 commit 4963f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/generate_app/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ runs:
3131
run: |
3232
use_extensibility_input="${{ inputs.use_extensibility }}"
3333
if [ "use_extensibility_input" = "true" ]; then
34-
use_extensibility_value=2
35-
else
3634
use_extensibility_value=1
35+
else
36+
use_extensibility_value=2
3737
fi
3838
echo "USE_EXTENSIBILITY_VALUE=$use_extensibility_value" >> $GITHUB_ENV
3939

0 commit comments

Comments
 (0)