Skip to content

Commit

Permalink
Add step to check default github workspace path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoHadam committed Dec 28, 2023
1 parent ca1ae18 commit 91027bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-test-with-github-hosted-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
node-version: [16.x]

steps:
- name: Print workspace directory
run: echo $GITHUB_WORKSPACE

- name: Checkout Repository
uses: actions/checkout@v3

Expand Down

0 comments on commit 91027bf

Please sign in to comment.