From e45282a27383d9d2c52c9aef7c6c383a65f1d55d Mon Sep 17 00:00:00 2001 From: Vitaliy Litovskyi Date: Thu, 22 Jul 2021 09:32:59 +0300 Subject: [PATCH] fixed strings comparison in bash --- .github/workflows/master-CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-CI.yml b/.github/workflows/master-CI.yml index 0031ac7..5d05534 100644 --- a/.github/workflows/master-CI.yml +++ b/.github/workflows/master-CI.yml @@ -153,11 +153,11 @@ jobs: - run: | git config user.email noreply@github.com git config user.name "GitHub actions" - git checkout -b feature/test/${{ github.sha }} + git checkout -b feature/test/${{ github.sha }}-idempotent-case echo date > current-date.txt git add current-date.txt git commit --message "Some changes" - git push origin feature/test/${{ github.sha }} + git push origin feature/test/${{ github.sha }}-idempotent-case - uses: ./ id: create-pr with: