diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index cbf01f7d..1f7e8e3d 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -10,8 +10,15 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v2 - - name: Prepare config.json + - name: Create config.json run: cp config.json.example config.json + - name: Prepare log file + run: touch logs.log + uses: deef0000dragon1/json-edit-action/@v1 + env: + KEY: LOG_LOCATION + VALUE: $GITHUB_WORKSPACE/logs.log + FILE: config.json - name: Setup Python uses: actions/setup-python@v1 with: