We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c6c58 + 65ce2be commit d591e6fCopy full SHA for d591e6f
1 file changed
.github/workflows/build.yml
@@ -38,6 +38,8 @@ jobs:
38
build:
39
name: Build ${{ inputs.buildId }}
40
runs-on: ${{ inputs.bashbrewArch == 'windows-amd64' && format('windows-{0}', inputs.windowsVersion) || 'ubuntu-latest' }}
41
+ env:
42
+ BASHBREW_META_SCRIPTS: ${{ github.workspace }}/.scripts
43
steps:
44
45
- name: Checkout
@@ -89,7 +91,7 @@ jobs:
89
91
id: json
90
92
run: |
93
json="$(
- jq -L.scripts '
94
+ jq -L"$BASHBREW_META_SCRIPTS" '
95
include "meta";
96
include "doi";
97
.[env.BUILD_ID]
0 commit comments