Skip to content

Update test1

Update test1 #30

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
pull_request:
types: [opened, synchronize, reopened]
#pull_request_review:
# types: [submitted]
#types:
# - review
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ci:
uses: zhn-test/public-actions/.github/workflows/test.yml@main

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "zhn-test/public-actions/.github/workflows/test.yml@main" (source branch with sha:2dd1e5255252b80e3da0f89cc533b4d51130e7ba) : You have an error in your yaml syntax on line 68
secrets: inherit