Skip to content

Update test1

Update test1 #35

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 / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 20, Col: 11): Error from called workflow zhn-test/public-actions/.github/workflows/test.yml@main (Line: 69, Col: 12): Unrecognized named-value: 'CURRENT_PR'. Located at position 1 within expression: CURRENT_PR
secrets: inherit