mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-04-29 06:48:16 +00:00
Move sed
This commit is contained in:
13
.github/workflows/ci.yaml
vendored
13
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user