fix bug in cloning of repos, where worktree directory could not be cr… #1102
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Check' | |
on: pull_request | |
jobs: | |
author-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Verified Github Authors | |
uses: joshwooding/verified-github-author-action@v0 | |
with: | |
GITHUB_TOKEN: ${{ secrets.MOSAIC_GITHUB_TOKEN }} |