We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a598eb7 commit a9c1bc7Copy full SHA for a9c1bc7
1 file changed
.github/workflows/build-node-openssl-fips.yml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
repository: Asana/node
55
path: node
56
- ref: ${{ BUILD_REF }}
+ ref: ${{ inputs.BUILD_REF }}
57
token: ${{ secrets.GITHUB_TOKEN }}
58
59
- name: Extract Node Version
0 commit comments