Skip to content

Commit 332c1fb

Browse files
authored
Change directory to inside checked out repo (ros-navigation#3493)
or relative path under $GITHUB_WORKSPACE that actions/checkout places the repository
1 parent 359d0b6 commit 332c1fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_ci_image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: check
2828
if: github.event_name == 'push'
2929
run: |
30+
cd navigation2
3031
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
3132
echo "version=${version}" >> $GITHUB_OUTPUT
3233
echo "trigger=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)