Skip to content

Commit 56ead87

Browse files
ci(github): add sed to commands.yml
1 parent 0a98e5c commit 56ead87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/commands.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ jobs:
3131
touch foo
3232
mv foo bar
3333
34+
- name: sed
35+
shell: bash
36+
run: |
37+
echo hello > file.txt
38+
sed 's/h/j/' file.txt
39+
3440
- name: source
3541
shell: bash
3642
run: |

0 commit comments

Comments
 (0)