Skip to content

Commit 4cf8e38

Browse files
committed
action: test env fix$
1 parent 92aa7fd commit 4cf8e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wr_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: echo "texto de muestra para $mifile" >> archivo.txt
1818

1919
- name: lee txt
20-
run: cat mifile.txt
20+
run: cat $mifile.txt

0 commit comments

Comments
 (0)