Skip to content

Commit

Permalink
Managed by Terraform: Update notify-integration-release-via-tag githu…
Browse files Browse the repository at this point in the history
…b workflow
  • Loading branch information
nywilken committed Sep 25, 2023
1 parent 18cf2b0 commit 4e87744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-integration-release-via-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: make build-docs
- shell: bash
run: |
if [[ -z "$$(git status -s)" ]]; then
if [[ -z "$(git status -s)" ]]; then
echo "OK"
else
echo "Docs have been updated, but the compiled docs have not been committed."
Expand Down

0 comments on commit 4e87744

Please sign in to comment.