Skip to content

Commit

Permalink
Update env.
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed May 24, 2021
1 parent fd1f05e commit e29a67b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on: [push]
jobs:
workflow:
runs-on: ubuntu-latest
env:
TEST: "$GITHUB_WORKSPACE/script/hello.sh"
steps:
- name: home
run: |
Expand All @@ -14,6 +12,8 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: Set env
run: echo "TEST=$GITHUB_WORKSPACE/script/hello.sh" >> $GITHUB_ENV
- name: test-env
run: |
echo pwd
Expand Down

0 comments on commit e29a67b

Please sign in to comment.