Skip to content

Commit

Permalink
still fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir committed Oct 3, 2023
1 parent d92e8f5 commit c5c4954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ClinicalObservations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit c5c4954

Please sign in to comment.