Skip to content

Commit

Permalink
Fix bash quotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Gangwere committed Jun 30, 2023
1 parent 5aa585b commit b3707f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Runs docker builds with JSII superchain
run: |
buildlang=${{ matrix.language }}
buildlang="${{ matrix.language }}"
langfiles=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | grep "^$buildlang" )
if [[ $langfiles == "" ]]; then
Expand Down

0 comments on commit b3707f3

Please sign in to comment.