Skip to content

Commit a598eb7

Browse files
Merge pull request #12 from Asana/asana-kristoferbuno-patch-2
Update and rename build-node-openssl-fips-static.yml to build-node-op…
2 parents 00abb82 + dd54eb8 commit a598eb7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-node-openssl-fips-static.yml renamed to .github/workflows/build-node-openssl-fips.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
description: 'dir for searching for shared OpenSSL dlls'
2424
default: ''
2525
type: string
26+
BUILD_REF:
27+
description: 'ref to build'
28+
required: true
29+
default: 'main'
30+
type: string
2631

2732
jobs:
2833
build-node:
@@ -48,7 +53,7 @@ jobs:
4853
with:
4954
repository: Asana/node
5055
path: node
51-
ref: ${{ github.event_name == 'pull_request' && format('refs/pull/{0}/merge', github.event.pull_request.number) || github.ref_name }}
56+
ref: ${{ BUILD_REF }}
5257
token: ${{ secrets.GITHUB_TOKEN }}
5358

5459
- name: Extract Node Version

0 commit comments

Comments
 (0)