Skip to content

Commit

Permalink
Needs to be in a subdir
Browse files Browse the repository at this point in the history
Skip-PR-comments: true
Run-GHA: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 3, 2024
1 parent ffb1906 commit 14701b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/variable-from-pragma/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ runs:
with:
repository: daos-stack/actions-lib
ref: bmurrell/initial
path: actions-lib
- name: Create Variable
id: value
shell: bash
run: |
. gha_functions.sh
. actions-lib/gha_functions.sh
set -eu
eval $(echo '${{ inputs.commit_message }}' | get_commit_pragmas)
echo "value=${${{ inputs.pragma }}:-${{ inputs.default }}}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 14701b0

Please sign in to comment.