Skip to content

Commit

Permalink
fix: remove double slash in path
Browse files Browse the repository at this point in the history
  • Loading branch information
RedlineTriad committed Nov 13, 2022
1 parent 0a809ff commit edee84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runs:
steps:
- run: |
docker run \
-v $(pwd)/:/${{ github.workspace }} \
-v $(pwd)/:${{ github.workspace }} \
${{ inputs.image }} \
sh -c "\
molecule --version \
Expand Down

0 comments on commit edee84d

Please sign in to comment.