Skip to content

Commit

Permalink
Revert "Change directory to inside checked out repo (#3493)"
Browse files Browse the repository at this point in the history
This reverts commit 332c1fb.
  • Loading branch information
ruffsl committed Mar 20, 2023
1 parent 332c1fb commit 260d7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update_ci_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
id: check
if: github.event_name == 'push'
run: |
cd navigation2
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
echo "version=${version}" >> $GITHUB_OUTPUT
echo "trigger=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 260d7e1

Please sign in to comment.