Skip to content

Commit

Permalink
let's see what the acton thinks its working directory is.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Oct 14, 2024
1 parent b49ef84 commit 8aa21dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ runs:
using: composite

steps:

- name: check working directory
shell: bash
run: echo ${{ github.workspace }}

- name: Check NodeJS version
id: check-node-version
shell: bash
Expand Down

0 comments on commit 8aa21dd

Please sign in to comment.