Skip to content

Commit 5a1b451

Browse files
authored
chore: Update gemini-pr-review.yml format issues
1 parent 1d2ed1e commit 5a1b451

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gemini-pr-review.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
# runs-on: 'ubuntu-latest'
6565

6666
steps:
67-
- name: Get Author Association
68-
run: echo "Author Association: ${{ github.event.pull_request.author_association }}"
67+
- name: 'Get Author Association'
68+
run: |-
69+
echo "Author Association: ${{ github.event.pull_request.author_association }}"
6970
7071
- name: 'Checkout PR code'
7172
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4

0 commit comments

Comments
 (0)