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 18, 2024
1 parent cc2f9c5 commit 6df2e37
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2338,8 +2338,20 @@ 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.issue.title" 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 "Issue title: ${{ github.event.issue.title }}"
echo "Issue body: ${{ github.event.issue.body }}"
echo "Current Branch: ${{ github.ref }}"
echo "PR Title: ${{ github.event.pull_request.title }}"
echo "PR desc: ${{ github.event.pull_request.body }}"
name: Cactus_CI
'on':
pull_request:
Expand Down

0 comments on commit 6df2e37

Please sign in to comment.