Skip to content

Commit

Permalink
Start with
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Dec 28, 2020
1 parent cb14453 commit 22f5d1c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/upload-on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ jobs:
run: |
import re
with open("get.php", 'r+', encoding='utf-8') as f:
text = f.read()
text = re.sub("a", "b", text)
f.seek(0)
f.write(text)
f.truncate()
shell: python
for line in f.read():
if not f.startswith(r"\t\"rf"):
continue
f.write('\t\"rff')

0 comments on commit 22f5d1c

Please sign in to comment.