We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb24259 commit b7aa104Copy full SHA for b7aa104
.github/actions/bootstrap/action.yml
@@ -3,7 +3,7 @@ description: 'Run bootstrap.sh'
3
runs:
4
using: "composite"
5
steps:
6
- - run: echo "IMAGE=${ImageOS}-${ImageVersion}" >> $GITHUB_ENV
+ - run: echo "IMAGE=${ImageOS}" >> $GITHUB_ENV
7
shell: bash
8
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
9
0 commit comments