Wrong target directory while executing cargo-install-all.sh with env CARGO_TARGET_DIR set #1052
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: "Issue Label Actions" | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v2 |