Skip to content

Commit

Permalink
ci: fix scheduled job (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 8, 2023
1 parent 3f68e1d commit 9c74df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
artifact_name: "zap_${{ matrix.name }}"
cmd_options: "-a"
issue_title: "ZAP: ${{ matrix.name }}"
target: https://${{ env.PREFIX }}-${{ matrix.name }}.${{ env.DOMAIN }}s
target: https://${{ env.PREFIX }}-${{ matrix.name }}.${{ env.DOMAIN }}

generate-schema-spy:
name: Generate SchemaSpy Documentation
Expand Down

0 comments on commit 9c74df4

Please sign in to comment.