Failed to get error from failed subcommand: exec: "gradlew.bat": cannot run executable found relative to current directory on Win11 #137
This file contains hidden or 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: Pause Community Contributions | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| pull_request_target: | |
| types: | |
| - opened | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| pause: | |
| if: github.repository_owner == 'exercism' # Stops this job from running on forks | |
| uses: exercism/github-actions/.github/workflows/community-contributions.yml@main | |
| with: | |
| forum_category: support | |
| secrets: | |
| github_membership_token: ${{ secrets.COMMUNITY_CONTRIBUTIONS_WORKFLOW_TOKEN }} |