Skip to content

Commit

Permalink
action 测试
Browse files Browse the repository at this point in the history
  • Loading branch information
yzn01714396 committed Nov 2, 2023
1 parent 2ef4216 commit c3516d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Greeting on variable day

on:
pull_request:
pull_request_target:
push:

env:
Expand All @@ -14,6 +15,6 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: "echo $GITHUB_REPOSITORY 111 ${{ github.event.pull_request.base.ref }} 222 $GITHUB_BASE_REF 333 $GITHUB_HEAD_REF bbb ${{vars.APP_ID}} Today is $Greeting!"
run: "echo $GITHUB_REPOSITORY 111 ${{ github.event.pull_request.head.repo }} 222 $GITHUB_BASE_REF 333 $GITHUB_HEAD_REF bbb ${{vars.APP_ID}} Today is $Greeting!"
env:
First_Name: Mona

0 comments on commit c3516d0

Please sign in to comment.