Skip to content

Commit

Permalink
Change directory to inside checked out repo (#3493)
Browse files Browse the repository at this point in the history
or relative path under $GITHUB_WORKSPACE
that actions/checkout places the repository
  • Loading branch information
ruffsl authored Mar 20, 2023
1 parent 359d0b6 commit 332c1fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_ci_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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 332c1fb

Please sign in to comment.