Skip to content

Commit

Permalink
ci: fix sweeper path
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Dec 27, 2024
1 parent 0781019 commit 7d962e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
FAILED_PRODUCT: ${{ matrix.products }}
- name: Run Sweepers
run: go run -v ./cmd/scw-sweepers
run: go run -v ./cmd/scw-sweeper
env:
SCW_DEBUG: 1
SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}
Expand Down

0 comments on commit 7d962e4

Please sign in to comment.