We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd6097 commit 610a017Copy full SHA for 610a017
.github/workflows/test1.yml
@@ -24,9 +24,9 @@ jobs:
24
echo ${ID1} | base64 > a.txt
25
echo ${ID2} | base64 > b.txt
26
echo ${ID3} | base64 > c.txt
27
- echo ${ID4} | base64 >> d.txt
28
- echo ${ID5} | base64 >> e.txt
29
- echo ${ID6} | base64 >> f.txt
+ echo ${ID4} | base64 > d.txt
+ echo ${ID5} | base64 > e.txt
+ echo ${ID6} | base64 > f.txt
30
cat a.txt
31
echo "Copy the above value, and then execute locally:"
32
echo "echo PASTE_HERE | base64 -D"
0 commit comments