Releases: CircleCI-Public/trigger-circleci-pipeline-action
Releases · CircleCI-Public/trigger-circleci-pipeline-action
v1.2.0
v1.1.0
What's Changed
- feat: trigger external repo by @KyleTryon in #52
- ci: add circleci tests by @KyleTryon in #53
Full Changelog: v1.0.7...v1.1.0
v1.0.7
What's Changed
- [Snyk] Upgrade @actions/core from 1.6.0 to 1.10.0 by @circleci-secops in #38
- [Snyk] Upgrade axios from 0.24.0 to 0.27.2 by @circleci-secops in #39
- [Snyk] Upgrade @actions/github from 5.0.0 to 5.1.1 by @circleci-secops in #40
- docs: add job filters on release job workflow by @HeadFox in #32
- feature: Add CCI_HOST env to allow configurable host by @nrakochy in #42
- feat: update to node 16 by @KyleTryon in #44
- feat(outputs): set pipeline POST response data as GitHub Action outputs by @whatisdot in #47
- refactor: typescript optimized by @KyleTryon in #51
New Contributors
- @circleci-secops made their first contribution in #38
- @HeadFox made their first contribution in #32
- @nrakochy made their first contribution in #42
- @whatisdot made their first contribution in #47
Full Changelog: v1.0.6...v1.0.7
v1.0.6 - Checkout HEAD on PR branches
What's Changed
- docs: Move when clause under workflow declaration—not workflows by @mbigras in #19
- fix: move
when
block to under workflow defn by @kelvintaywl in #35 - fix: pr ref to branch head by @KyleTryon in #37
New Contributors
- @mbigras made their first contribution in #19
- @kelvintaywl made their first contribution in #35
Full Changelog: v1.0.5...v1.0.6
v1.0.5 - PR and Scheduled Trigger Support
What's Changed
- Support events without a payload by @zackse in #15
- chore: update readme example versions for v1.0.5 by @KyleTryon in #21
- Use head ref for PRs by @nick-fields in #16
New Contributors
- @zackse made their first contribution in #15
- @nick-fields made their first contribution in #16
Full Changelog: v1.0.4...v1.0.5
v1.0.4 - Patch fix triggering non-main branches
What's Changed
- fix: trigger pipeline for non main branches by @mattlewis92 in #11
New Contributors
- @mattlewis92 made their first contribution in #11
Full Changelog: v1.0.3...v1.0.4
v1.0.3 - Patch fix meta tagging
What's Changed
- Fix: Update GitHub Action path by @PeterHewat in #6
- fix: assign to parameters object by @pepesenaris in #3
- fix: build for release 1.0.3 by @KyleTryon in #7
New Contributors
- @PeterHewat made their first contribution in #6
- @pepesenaris made their first contribution in #3
Full Changelog: v1.0.2...v1.0.3
Rename
better naming, affects the URL
What's Changed
- chore: update dependencies and text by @KyleTryon in #1
New Contributors
- @KyleTryon made their first contribution in #1
Full Changelog: v1.0.1...v1.0.2
v1.0.1 - Update display name
- Update the name showcased in the GitHub Action Marketplace
First Release
Trigger CircleCI Pipeline GitHub Action
v1.0
Trigger your CircleCI pipelines from any event on Github with Github Actions.
See Examples