Skip to content

Commit

Permalink
Update .github/workflows/ct_reusable_monitoring.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Hayden B <[email protected]>
Signed-off-by: Linus Sun <[email protected]>
Signed-off-by: linus-sun <[email protected]>
  • Loading branch information
linus-sun and haydentherapper committed Nov 20, 2024
1 parent 0738a29 commit 80ab154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ct_reusable_monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
type: boolean
config:
description: 'multiline yaml of configuration settings for identity monitor run'
required: true
required: false
type: string

permissions:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: cat ${{ env.LOG_FILE }}
# Skip on first run
continue-on-error: true
- run: go run ./cmd/ct_monitor --config ${{ inputs.config }} --file ${{ env.LOG_FILE }} --once=${{ inputs.once }}"
- run: go run ./cmd/ct_monitor --config ${{ inputs.config }} --file ${{ env.LOG_FILE }} --once=${{ inputs.once }}
- name: Upload checkpoint
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
Expand Down

0 comments on commit 80ab154

Please sign in to comment.