mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 08:18:52 -03:00
fix branch_name
This commit is contained in:
parent
3fae59fb31
commit
f0b2a73b5b
2
.github/workflows/sync-linguist.yml
vendored
2
.github/workflows/sync-linguist.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
branch_name=$(feature/sync-linguist-$(date +%s))
|
branch_name=feature/sync-linguist-$(date +%s)
|
||||||
git checkout -b $branch_name
|
git checkout -b $branch_name
|
||||||
echo "::set-output name=branch_name::$branch_name"
|
echo "::set-output name=branch_name::$branch_name"
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user