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 14fdf91 commit cd72c44
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 @@ -14,6 +14,6 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: "echo ${{env.GITHUB_REPOSITORY}} aaa ${{env.GITHUB_BASE_REF}} aaa ${{env.GITHUB_HEAD_REF}} bbb ${{vars.APP_ID}} Today is $Greeting!"
run: "echo ${{GITHUB_REPOSITORY}} aaa ${{GITHUB_BASE_REF}} aaa ${{GITHUB_HEAD_REF}} bbb ${{vars.APP_ID}} Today is $Greeting!"
env:
First_Name: Mona

0 comments on commit cd72c44

Please sign in to comment.