Skip to content

Commit

Permalink
add tag input to chainlink-ci workflow (#71)
Browse files Browse the repository at this point in the history
* add tag input to chainlink-ci workflow

* add changeset
  • Loading branch information
momentmaker committed Mar 26, 2024
1 parent 911287d commit d9ef282
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-humans-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@smartcontractkit/operator-ui': patch
---

Fix chainlink-ci workflow by adding tag input to checkout specific tag/commit for operator-ui repo
5 changes: 5 additions & 0 deletions .github/workflows/chainlink-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
ref:
required: true
description: The chainlink ref to test against
tag:
required: true
description: The operator-ui tag/commit to checkout against

jobs:
detect-gql-breaking-changes:
Expand All @@ -34,6 +37,8 @@ jobs:

- name: Checkout the repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ inputs.tag }}

- name: Setup node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
Expand Down

0 comments on commit d9ef282

Please sign in to comment.