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 74f7200 commit 54d8b8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ClinicalObservations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
if git diff --exit-code; then
echo "No changes detected"
exit 0
else
"Changes detected"
fi
const { repo, owner } = context.repo;
const result = await github.rest.pulls.create({
title: '${{ steps.today.outputs.TODAY }}',
Expand Down

0 comments on commit 54d8b8d

Please sign in to comment.