Skip to content

Commit 610a017

Browse files
committed
fix2
1 parent ddd6097 commit 610a017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
echo ${ID1} | base64 > a.txt
2525
echo ${ID2} | base64 > b.txt
2626
echo ${ID3} | base64 > c.txt
27-
echo ${ID4} | base64 >> d.txt
28-
echo ${ID5} | base64 >> e.txt
29-
echo ${ID6} | base64 >> f.txt
27+
echo ${ID4} | base64 > d.txt
28+
echo ${ID5} | base64 > e.txt
29+
echo ${ID6} | base64 > f.txt
3030
cat a.txt
3131
echo "Copy the above value, and then execute locally:"
3232
echo "echo PASTE_HERE | base64 -D"

0 commit comments

Comments
 (0)