Skip to content

Commit

Permalink
Merge pull request #40 from buildkite/update-version-for-new-syntax
Browse files Browse the repository at this point in the history
Update version to 1.4.0
  • Loading branch information
lizrabuya authored Mar 21, 2023
2 parents a5d3e21 + be6fde0 commit 7d001aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

A [GitHub Action](https://github.com/actions) for triggering a build on a [Buildkite](https://buildkite.com/) pipeline.


<img src="screenshot.png" alt="Screenshot of the Trigger Buildkite GitHub Action Node" width="298" />

## Features

* Creates builds in Buildkite pipelines, setting commit, branch, message.
Expand All @@ -21,7 +18,7 @@ on: [push]
steps:
- name: Trigger a Buildkite Build
uses: "buildkite/trigger-pipeline-action@v1.3.0"
uses: "buildkite/trigger-pipeline-action@v1.4.0"
env:
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
PIPELINE: "my-org/my-deploy-pipeline"
Expand Down

0 comments on commit 7d001aa

Please sign in to comment.