Skip to content

Commit

Permalink
Correct bad link in ecosystem ci setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 10, 2023
1 parent cd6c435 commit f4592bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Quarkus ecosystem CI"
on:
workflow_dispatch:
watch:
types: [started]
types: [ started ]

# For this CI to work, ECOSYSTEM_CI_TOKEN needs to contain a GitHub with rights to close the Quarkus issue that the user/bot has opened,
# while 'ECOSYSTEM_CI_REPO_PATH' needs to be set to the corresponding path in the 'quarkusio/quarkus-ecosystem-ci' repository
Expand All @@ -16,7 +16,7 @@ env:
# Repo specific setting #
#########################

ECOSYSTEM_CI_REPO_PATH: quarkiverse-pact-provider
ECOSYSTEM_CI_REPO_PATH: quarkiverse-pact

jobs:
build:
Expand Down

0 comments on commit f4592bd

Please sign in to comment.