Skip to content

Commit

Permalink
revert to original env vars initial values
Browse files Browse the repository at this point in the history
  • Loading branch information
lizrabuya committed Mar 21, 2023
1 parent fd6d8e3 commit 3bb4ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ steps:
env:
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
PIPELINE: "my-org/my-deploy-pipeline"
BRANCH: ${{ github.ref }}
COMMIT: ${{ github.sha }}
MESSAGE: ":buildkite::github: 🚀🚀🚀 Triggered from GHA: ${{ github.event.head_commit.message }} "
BRANCH: "master"
COMMIT: "HEAD"
MESSAGE: ":github: Triggered from a GitHub Action"
```

## Configuration Options
Expand Down

0 comments on commit 3bb4ddf

Please sign in to comment.