diff --git a/.github/workflows/ClinicalObservations.yml b/.github/workflows/ClinicalObservations.yml index ae5fcd444..0aeb7ff49 100644 --- a/.github/workflows/ClinicalObservations.yml +++ b/.github/workflows/ClinicalObservations.yml @@ -55,7 +55,7 @@ jobs: git push origin ${{ steps.branch-name.outputs.BRANCH }} - name: Create Pull Request - if: git diff --exit-code + if: ${{git diff --exit-code}} uses: actions/github-script@v6 with: github-token: ${{ secrets.GITHUB_TOKEN }}