Skip to content

Commit

Permalink
fixed strings comparison in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliyLitovskyiSecurrency committed Jul 22, 2021
1 parent 6e2df9a commit e45282a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master-CI.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e45282a

Please sign in to comment.