Fix whoam i

This commit is contained in:
Daniel Cosme
2026-02-13 14:12:52 -05:00
parent 42798ed20d
commit 74aae9c43e

View File

@@ -15,4 +15,4 @@ jobs:
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}' run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
- name: Who and Where am I - name: Who and Where am I
run: echo 'ls -la && whoami && pwd' run: "ls -la && whoami && pwd"