Skip to content

Commit

Permalink
Update sync-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luciancah authored Jul 24, 2024
1 parent ede3a1a commit 7fab042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
Changes:
$changes"
git push -f origin docs-update
echo "changes=$changes" >> $GITHUB_OUTPUT
echo "has_changes=true" >> $GITHUB_OUTPUT
echo 'changes<<EOF' >> $GITHUB_OUTPUT
echo "$changes" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
else
echo "No changes detected"
echo "has_changes=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 7fab042

Please sign in to comment.