Skip to content

Commit

Permalink
fix: getting rid of synatx error
Browse files Browse the repository at this point in the history
  • Loading branch information
DemyCode committed Jan 23, 2024
1 parent 6f16a98 commit c887146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alignment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git checkout ${{ github.event.client_payload.branch }}
cd ..
git add ${{ github.event.client_payload.repository }}
COMMIT_MESSAGE=${{ github.event.client_payload.message }}
COMMIT_MESSAGE="${{ github.event.client_payload.message }}"
if [ ${{ startsWith(github.event.client_payload.message, 'chore(release):') }} = true ]; then
COMMIT_MESSAGE=${COMMIT_MESSAGE/release/${{ github.event.client_payload.repository }}}
fi
Expand Down

0 comments on commit c887146

Please sign in to comment.