Skip to content

Commit

Permalink
Update test_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblogan authored Sep 10, 2024
1 parent 3ed768d commit 13433d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: |
if git diff --cached --quiet -- ${{ env.API_FILE }}; then
echo "API docs have not changed"
echo "::set-output name=updated::false"
echo "updated=false" >> $GITHUB_OUTPUT
else
echo "::set-output name=updated::true"
echo "updated=true" >> $GITHUB_OUTPUT
echo "API docs have been updated"
fi
Expand Down

0 comments on commit 13433d0

Please sign in to comment.