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 15dd4ec commit 56428f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: "echo $GITHUB_REPOSITORY 111 ${{ github.event.pull_request.head.repo }} 222 $GITHUB_BASE_REF 333 $GITHUB_HEAD_REF bbb ${{vars.APP_ID}} ccc ${{secrets.APP_PID}} Today is $Greeting!"
run: "echo $GITHUB_REPOSITORY 111 ${{ github.event.pull_request.head.repo.name }} 222 $GITHUB_BASE_REF 333 $GITHUB_HEAD_REF bbb ${{vars.APP_ID}} ccc ${{secrets.APP_PID}} Today is $Greeting!"
env:
First_Name: Mona

0 comments on commit 56428f3

Please sign in to comment.