very confused

This commit is contained in:
Andrey 2024-05-30 19:03:49 -04:00
parent b210ce7954
commit 6e5c39d0ac
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ jobs:
- name: Create Branch
run: |
echo Creating branch ${{toJSON(inputs.branch_name)}}
echo Creating branch1 ${{toJSON(inputs.branch_name)}}
echo Creating branch2 "${{toJSON(inputs.branch_name)}}"
git checkout -b ${{toJSON(inputs.branch_name)}}
git status