Skip to content

Commit

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

- name: test-env
run: |
echo pwd
echo $GITHUB_WORKSPACE
echo $TEST
- name: read
run: ls -la

0 comments on commit 499ce96

Please sign in to comment.