Skip to content

Commit

Permalink
Use action from repo
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 14701b0 commit bf41a09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 40 deletions.
36 changes: 0 additions & 36 deletions .github/actions/variable-from-pragma/action.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,26 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set rpm-test-version variable
id: rpm-test-version
uses: ./.github/actions/variable-from-pragma
uses: daos-stack/action-variable-from-pragma@bmurrell/initial
with:
commit_message: ${{ needs.Import-commit-message.outputs.dequoted-message }}
pragma: RPM_TEST_VERSION
- name: Set pr-repos variable
id: pr-repos
uses: ./.github/actions/variable-from-pragma
uses: daos-stack/action-variable-from-pragma@bmurrell/initial
with:
commit_message: ${{ needs.Import-commit-message.outputs.dequoted-message }}
pragma: PR_REPOS
- name: Set run-gha variable
id: run-gha
uses: ./.github/actions/variable-from-pragma
uses: daos-stack/action-variable-from-pragma@bmurrell/initial
with:
commit_message: ${{ needs.Import-commit-message.outputs.dequoted-message }}
pragma: RUN_GHA
default: false
- name: Set skip-build variable
id: skip-build
uses: ./.github/actions/variable-from-pragma
uses: daos-stack/action-variable-from-pragma@bmurrell/initial
with:
commit_message: ${{ needs.Import-commit-message.outputs.dequoted-message }}
pragma: SKIP_BUILD
Expand Down

0 comments on commit bf41a09

Please sign in to comment.