Skip to content

Commit

Permalink
Install uuid-runtime if needed (#7)
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Donneaux <[email protected]>
  • Loading branch information
btlogy authored Jun 26, 2024
1 parent e41bc11 commit 6835101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
id: create
shell: bash
run: |
which uuidgen || sudo apt -y install uuid-runtime
UUID="$(uuidgen)"
MNT="${{ inputs.root }}/${UUID}"
echo ":rocket: Temp FS ${MNT} creation started" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 6835101

Please sign in to comment.