Added log telemetry piece to Krkn (#500)

* config

* log collection and upload

dictionary key fix

* escape regex in config.yaml

* bump krkn-lib version

* updated funtest github cli command

* update krkn-lib version to 1.3.2

* fixed requirements.txt
This commit is contained in:
Tullio Sebastiani
2023-10-06 10:08:46 -04:00
committed by GitHub
parent 067969a81a
commit 61356fd70b
4 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Check out Kraken
uses: actions/checkout@v3
- name: Checkout Pull Request
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install OC CLI