Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienZ committed Feb 24, 2024
1 parent 33c7eed commit e5910a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/umami-reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: print var
run: |
echo yolo: ${{ secrets.UMAMI_HOST }} ${{secrets.UMAMI_USERNAME}} ${{secrets.UMAMI_SITE_DOMAIN}}
- name: Create Umami report
id: umamiReport
uses: boly38/action-umami-report@umami-server-2.9.0
Expand All @@ -26,6 +23,9 @@ jobs:
umami-report-file: "umamiReport.txt"
env:
UMAMI_CLIENT_TIMEOUT_MS: 5000
- name: print var
run: |
echo yolo: ${{steps.umamiReportStep.outputs.umamiOneLineReport}}
# - name: Send Umami report to discord channel
# uses: tsickert/discord-webhook@v4.0.0
Expand Down

0 comments on commit e5910a0

Please sign in to comment.