-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Fix #61
Fix #61
Conversation
Maybe fix an issue I just encountered when using 5.10?
|
Generated by 🚫 Danger Swift against 4039199 |
@jagreenwood |
@417-72KI I'm still seeing an error. Looks like the action is pulling the 5.9.2 docker image. ![]() This is my workflow config name: Run Danger
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
build:
if: github.event.pull_request.draft == false
name: "Run Danger"
permissions:
contents: write
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Danger
uses: 417-72KI/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Oh maybe because 5.9 in action.yml Line 10 in e28b130
|
@jagreenwood |
No description provided.