We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a2553 commit 7cebfe7Copy full SHA for 7cebfe7
1 file changed
.github/workflows/update_ci_image.yaml
@@ -29,6 +29,9 @@ jobs:
29
if: github.event_name == 'push'
30
run: |
31
version=$(grep -oP '(?<=<version>).*?(?=</version>)' navigation2/package.xml)
32
+ pwd
33
+ ls -alh
34
+ echo $version
35
echo "version=${version}" >> $GITHUB_OUTPUT
36
echo "trigger=true" >> $GITHUB_OUTPUT
37
echo "no_cache=false" >> $GITHUB_OUTPUT
0 commit comments