Skip to content

Commit

Permalink
fix: missing steps id
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Dec 13, 2024
1 parent b0e9b5a commit 3c3ebc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: review
- name: Review branch
id: review
uses: EyevinnOSC/code-review-action@main
with:
repo_url: ${{ github.server_url }}/${{ github.repository }}/tree/${{ github.head_ref}}
Expand Down

0 comments on commit 3c3ebc9

Please sign in to comment.