Tried this (looks like cmd.sh uses GITHUB_REPOSITORY env var) , but it doesn't work...
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
path: "${{ github.repository }}"
- name: Run Molecule
uses: robertdebock/[email protected]
env:
max_failures: 1
GITHUB_REPOSITORY: my/sub/dir