Skip to content

Commit

Permalink
Refs #15497: fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <[email protected]>
  • Loading branch information
JLBuenoLopez authored and richiprosima committed Oct 6, 2022
1 parent d6ae012 commit a696418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rebase-ros2_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Force push if required
id: push
run: |
if [ "$(git status | grep ('diverged\|ahead')" ]; then
if [ "$(git status | grep 'diverged\|ahead')" ]; then
git push -f
fi;
shell: bash

0 comments on commit a696418

Please sign in to comment.