Skip to content

[PATCH] Apply workflow_security_rollout patch #53

[PATCH] Apply workflow_security_rollout patch

[PATCH] Apply workflow_security_rollout patch #53

Workflow file for this run

name: "IntegrationTest"
on:
push:
branches:
- "main"
tags: "*"
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "ready_for_review"
- "converted_to_draft"
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v1"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
pkgs: |

Check failure on line 21 in .github/workflows/IntegrationTest.yml

View workflow run for this annotation

GitHub Actions / IntegrationTest

Invalid workflow file

The workflow is not valid. .github/workflows/IntegrationTest.yml (Line: 21, Col: 11): Input pkgs is required, but not provided while calling. .github/workflows/IntegrationTest.yml (Line: 25, Col: 12): Invalid input, pkg is not defined in the referenced workflow.
[]