No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate[bot] 7ed0686e82
chore(deps): update peter-evans/create-pull-request action to v7 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 06:12:31 -06:00
.github chore(deps): update peter-evans/create-pull-request action to v7 (#50) 2025-03-23 06:12:31 -06:00
.gitattributes Create .gitattributes 2023-01-21 15:46:01 -07:00
.gitignore Initial commit 2023-01-04 13:33:26 -07:00
action.yml Updated the action 2023-01-19 20:29:57 -07:00
CONTRIBUTING.md Initial commit 2023-01-04 13:33:26 -07:00
entrypoint.sh Update entrypoint.sh 2023-01-30 12:24:56 -07:00
HISTORY.md Upgraded from v2.1.0 -> v2.2.0 (#31) 2023-12-10 12:35:42 -07:00
LICENSE Initial commit 2023-01-04 13:33:26 -07:00
README.md Updated README.md 2023-08-24 04:22:11 +00:00

CI Update release version. Public workflows that use this action.

checkly-trigger

CLI trigger for checkly.

...
    steps:
      - name: Checkly Trigger
        uses: tj-actions/checkly-trigger@v2
        with:
          trigger-url: ${{ secrets.TRIGGER_URL }}

Inputs

INPUT TYPE REQUIRED DEFAULT DESCRIPTION
deployment string false "false" Set to true to record
each trigger invocation as a
deployment event.
deployment-id string false The deployment id of your
triggered check, i.e. "deployment-1".
environment-name string false The environment name of your
triggered check, i.e. "production".
environment-url string false A staging or preview URL
injected as ENVIRONMENT_URL in browser
checks and auto-replaced in API
checks.
repository string false "${{ github.repository }}" Repository name, i.e. "checkly/backend-api".
run-location string false "us-east-1" An optional data center location
where to run your triggered
check. Use the shorter names
here, like eu-west-1 or us-west-1.
sha string false "${{ github.sha }}" Git hash, tag, version "v1.0.1"
or other identifier making this
deploy unique.
trigger-url string true The URL of the Checkly
trigger.

If you feel generous and want to show some extra appreciation:

Buy me a coffee

Credits

This package was created with Cookiecutter using cookiecutter-action

Report Bugs

Report bugs at https://github.com/tj-actions/checkly-trigger/issues.

If you are reporting a bug, please include:

  • Your operating system name and version.
  • Any details about your workflow that might be helpful in troubleshooting.
  • Detailed steps to reproduce the bug.