Skip to content

Commit

Permalink
#163: Separate log file location and log_location config change
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 6, 2021
1 parent 0823e12 commit feaedf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
uses: actions/checkout@v2
- name: Create config.json
run: cp config.json.example config.json
- name: Prepare log file
- name: Create log file
run: touch logs.log
- name: Configure log file location
uses: deef0000dragon1/json-edit-action/@v1
env:
KEY: LOG_LOCATION
Expand Down

0 comments on commit feaedf4

Please sign in to comment.