Skip to content

Update test-pr.yml

Update test-pr.yml #11

Workflow file for this run

# 文件名: .github/workflows/pr_workflow.yml (位于Base Repo的main分支)
name: Benign PR Workflow (from Base)
on:
pull_request:
types: [opened, synchronize]
jobs:
run-on-pr:
runs-on: ubuntu-latest
steps:
- name: Base Repo Workflow Step
run: echo "✅ This is the ORIGINAL, SAFE workflow from the BASE repo, triggered by PR. The secret is ${{ secrets.MY_SUPER_SECRET }}"