This commit is contained in:
2020-05-06 04:47:19 +03:00
parent c7e915fa37
commit e2a45ab4ee

View File

@@ -14,15 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Copy secrets
run: mv ./config/secrets.example.yaml ./config/secrets.yaml
- name: sed
uses: lefherz/action-sed@master
with:
args: sed -e '/uilogs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
- name: sed
uses: lefherz/action-sed@master
with:
args: sed -e '/spotcast/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
run: |
mv ./config/secrets.example.yaml ./config/secrets.yaml
sed -e '/uilogs/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
sed -e '/spotcast/,+2d' < ./config/configuration.yaml > ./config/configuration.yaml
- name: Setup python
uses: actions/setup-python@v2