diff --git a/.github/workflows/inventory.yml b/.github/workflows/inventory.yml index 9c8089c3..2d6fc579 100644 --- a/.github/workflows/inventory.yml +++ b/.github/workflows/inventory.yml @@ -60,6 +60,12 @@ jobs: ls $HOME echo "Find $HOME ====================================================================" find $HOME + - name: Peek & Poke ... + run: | + whoami + ls -l /mnt + touch /mnt/hej + ls -l /mnt cleanup: if: ${{ inputs.cleanup }} needs: inventory