Skip to content

Commit

Permalink
fix job name
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jun 20, 2024
1 parent 1fb601d commit b1f56f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: jobs
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
job_name: ${{ github.job }}
job_name: ${{ github.jobs[github.job].name }}
- run: echo '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}#summary-${{ steps.jobs.outputs.job_id }}'


Expand Down

0 comments on commit b1f56f1

Please sign in to comment.