mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 06:13:02 +02:00
.github: peek & poke
[skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user