Skip to content

Commit

Permalink
add current path print flow
Browse files Browse the repository at this point in the history
  • Loading branch information
semih.cavdar committed Mar 19, 2024
1 parent cac5c29 commit 7aa4065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Print current path
id: path
run: echo "Current file path $GITHUB_WORKSPACE"

- name: Read Tags from publish.yml
id: read-tags
Expand Down

0 comments on commit 7aa4065

Please sign in to comment.