Skip to content

Commit

Permalink
private: fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Aug 16, 2023
1 parent 2e0672e commit b4400e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Generate private.yaml file
run: |
echo payload: \
- +.neverssl.com > private.yaml
echo "payload:
- '+.neverssl.com'" > private.yaml
awk -F ':' '/^full:/ {printf " - |%s|\n", $2}' private.txt | sed "s/|/'/g" >> private.yaml
awk -F ':' '/^domain:/ {printf " - |+.%s|\n", $2}' private.txt | sed "s/|/'/g" >> private.yaml
Expand Down

0 comments on commit b4400e4

Please sign in to comment.