fix branch_name

This commit is contained in:
Luke Francl 2021-10-08 11:56:56 -07:00
parent 3fae59fb31
commit f0b2a73b5b

View File

@ -12,7 +12,7 @@ jobs:
run: |
set -euo pipefail
IFS=$'\n\t'
branch_name=$(feature/sync-linguist-$(date +%s))
branch_name=feature/sync-linguist-$(date +%s)
git checkout -b $branch_name
echo "::set-output name=branch_name::$branch_name"
- uses: actions/checkout@v2