Skip to content

Commit 4ad88a3

Browse files
committed
Add input to the ci.
1 parent 2f0e4d9 commit 4ad88a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ on:
99
branches:
1010
- master
1111

12+
# TODO: Implement support to automatically update the version of
13+
# metacall/core when there is a tag on that repo that triggers this one
14+
inputs:
15+
ref:
16+
description: "Version of metacall/core that triggered this workflow"
17+
required: false
18+
default: ""
19+
1220
concurrency:
1321
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1422
cancel-in-progress: true

0 commit comments

Comments
 (0)