Josh Soref
Josh Soref
Type: Bug consider this incomplete expression: ```yaml something: >- ${{ 'alpine' }} ${{ (github.event_name == 'push') && (github.ref_name == github.event.repository. && format('{0}/{1}:latest', env.repository, env.image) || '' }} ``` there is...
Type: Bug Create a `.github/workflows/ci.yml` file with: ```yaml name: CI on: push: workflow_dispatch: env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: build-arch: name: Build permissions: contents: read packages: write attestations:...
Type: Bug Create a workflow file and type: ``` jobs: something: runs-on: ubuntu-latest steps: - uses: actions/c ``` get completion for the end of `actions/c` expected results: do not try...
**Describe the bug** https://api.github.com/repos/LLNL/fastcam **To Reproduce** Steps to reproduce the behavior: 1. Go to https://api.github.com/repos/LLNL/fastcam 2. Scroll down to: ```json "description": "A toolkit for efficent computation of saliency maps for...
https://api.github.com/repos/LLNL/MultiscaleTopOpt ```json "description": "A 3D multsicale topology optimization code using surrogate models of lattice microscale response", ``` I can't make a PR to fix this...
[depup](https://github.com/microsoft/action-python/actions/workflows/depup.yml) is configured to update a Dockerfile, and that file doesn't exist in this repository (in fact, it [never existed](https://github.com/microsoft/action-python/commit/fc942aa6311a8df7cd4e8d66d33ed9db7895ae89)).
When I triggered CI, it failed: https://github.com/check-spelling-sandbox/setup-java/actions/runs/12417595625/job/34668910196 ```js FAIL __tests__/distributors/graalvm-installer.test.ts ● findPackageForDownload › version is 24-ea -> /^https:\/\/github\.com\/graalvm\/oracle-graalvm-ea-builds\/releases\/download\/jdk-24\.0\.0-ea\./ Fetching version info for GraalVM EA builds from 'https://api.github.com/repos/graalvm/oracle-graalvm-ea-builds/contents/versions/24-ea.json?ref=main' failed with the...
- Fix #2754 ### before ``` [Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling with sha 001867346ea5ba54ea2660ec0d227ff5965813f8 subpath at /Users/jsoref/.cache/act/check-spelling-check-spelling.git ``` ### after ``` [Check Spelling/Check Spelling] GoGitActionCache get content check-spelling/check-spelling...
- fixes #2752 ### before ``` [Check Spelling/Check Spelling] failed to read 'action.yml' from action 'checkout' with path '' of step file does not exist failed to read 'action.yaml' from...