We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2ed1e commit 5a1b451Copy full SHA for 5a1b451
1 file changed
.github/workflows/gemini-pr-review.yml
@@ -64,8 +64,9 @@ jobs:
64
# runs-on: 'ubuntu-latest'
65
66
steps:
67
- - name: Get Author Association
68
- run: echo "Author Association: ${{ github.event.pull_request.author_association }}"
+ - name: 'Get Author Association'
+ run: |-
69
+ echo "Author Association: ${{ github.event.pull_request.author_association }}"
70
71
- name: 'Checkout PR code'
72
uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
0 commit comments