We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action should work when pinned to SHA hash.
Action fails with
Error: File not found: '/home/runner/work/_actions/wow-actions/auto-close-fixed-issues/000037415349b8d6a8d2eb8304cba497d5d55647/dist/index.js'
Also see https://github.com/xtdb/xtdb/actions/runs/4872013283/jobs/8689683120
Not considered.
This is what our current action looks like:
name: Auto Close Issues on: pull_request: types: [closed] jobs: close: runs-on: ubuntu-latest permissions: issues: write steps: - uses: wow-actions/auto-close-fixed-issues@000037415349b8d6a8d2eb8304cba497d5d55647 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # optional comment # comment: 'This issue was closed by #{{ pr }}.' # default ignore the pr merge to the default branch # ignore: true
See above.
Github Actions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Action should work when pinned to SHA hash.
Current Behavior
Action fails with
Also see https://github.com/xtdb/xtdb/actions/runs/4872013283/jobs/8689683120
Possible Solution
Not considered.
Steps To Reproduce
This is what our current action looks like:
Error Message & Stack Trace
See above.
Additional Context
Your Environment
Github Actions
The text was updated successfully, but these errors were encountered: