Run pwd at the final step
Some checks failed
Test Go Action / use-go-action (push) Has been cancelled

This commit is contained in:
Daniel Cosme
2026-02-13 14:45:47 -05:00
parent 3e735b967f
commit 3753b9b68f

View File

@@ -27,4 +27,4 @@ jobs:
- name: Read from File - name: Read from File
working-directory: ./content working-directory: ./content
run: "cat file.txt" run: "cat file.txt && pwd"