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 fa882da commit 0713f11
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/test_variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: echo "$env.First_Name aaa $APP_ID bbb $env.APP_ID Today is $Greeting!"
run: echo "$env.First_Name aaa $APP_ID bbb ${{env.APP_ID}} Today is $Greeting!"
env:
First_Name: Mona

0 comments on commit 0713f11

Please sign in to comment.