Skip to content

Commit

Permalink
This is the description: testing issue 2214
Browse files Browse the repository at this point in the history
  • Loading branch information
zondervancalvez committed Jun 19, 2024
1 parent cc2f9c5 commit a4704d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2338,8 +2338,17 @@ jobs:
steps:
- uses: actions/[email protected]
- name: ghcr.io/hyperledger/cactus-quorum-multi-party-all-in-one
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-multi-party-all-in-one/ -f ./tools/docker/quorum-multi-party-all-in-one/Dockerfile -t cactus-quorum-multi-party-all-in-one
run: DOCKER_BUILDKIT=1 docker build ./tools/docker/quorum-multi-party-all-in-one/ -f ./tools/docker/quorum-multi-party-all-in-one/Dockerfile

PR-desc-and-commit-msg-checker:
runs-on: ubuntu-22.04
steps:
# Create check run
- uses: actions/[email protected]
- name: View issue information
run: |

Check failure on line 2349 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / ActionLint / Lint_GitHub_Actions

"github.event.head_commit.message" is potentially untrusted. avoid using it directly in inline scripts. instead, pass it through an environment variable. see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions for more details
echo "Commit message: ${{ github.event.head_commit.message }}"
echo "PR desc: ${{ github.event.pull_request.body }}"
name: Cactus_CI
'on':
pull_request:
Expand Down

0 comments on commit a4704d6

Please sign in to comment.