Add one more step

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

View File

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