Skip to content

fix(repo): add octokit plugin for enhanced error logging #878

fix(repo): add octokit plugin for enhanced error logging

fix(repo): add octokit plugin for enhanced error logging #878

name: Set Commit Status
on:
pull_request:
branches: [main]
paths:
- 'src/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- uses: ./
with:
helper: set-commit-status
sha: ${{ github.event.pull_request.head.sha }}
context: Commit Status Test
state: success
description: set-commit-status is working!