Skip to content

Commit

Permalink
fix: point molecule_working_dir to github.repository (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Jan 18, 2024
1 parent 5b5c080 commit 752d8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ inputs:
Path to another directory in the repository, where molecule command will be issued from.
Useful in those cases where Ansible roles are not in git repository root.
required: false
default: ${{ github.workspace }}
default: ${{ github.repository }}

runs:
using: docker
Expand Down
2 changes: 1 addition & 1 deletion action.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ inputs:
Path to another directory in the repository, where molecule command will be issued from.
Useful in those cases where Ansible roles are not in git repository root.
required: false
default: ${{ github.workspace }}
default: ${{ github.repository }}

runs:
using: docker
Expand Down

0 comments on commit 752d8df

Please sign in to comment.