microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.github/actionlint.yaml
16lines · modecode
| 1 | # actionlint configuration |
| 2 | # See: https://github.com/rhysd/actionlint/blob/main/docs/config.md |
| 3 | |
| 4 | self-hosted-runner: |
| 5 | labels: [] |
| 6 | |
| 7 | # Configuration variables defined in the repository/organization. |
| 8 | # Set to null to disable strict checking. |
| 9 | # Only variables referenced via ${{ vars.* }} in workflow YAML belong here. |
| 10 | # HVE_DEVCONTAINER_IMAGE and HVE_GITHUB_API_URL are environment variables |
| 11 | # consumed at runtime, not GitHub configuration variables. |
| 12 | config-variables: |
| 13 | - HVE_GITHUB_RELEASES_URL |
| 14 | - HVE_PSGALLERY_REPOSITORY |
| 15 | - HVE_PSGALLERY_SOURCE_URL |
| 16 | - RELEASE_APP_ID |