Skip to content

Commit a5d3e65

Browse files
committed
AUTO
1 parent 811d197 commit a5d3e65

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/auto-spotless-apply.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ jobs:
3939
app-id: 1296620
4040
private-key: ${{ secrets.OTELBOT_JAVA_CONTRIB_PRIVATE_KEY }}
4141

42-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43-
if: steps.unzip-patch.outputs.exists == 'true'
44-
with:
45-
token: ${{ steps.otelbot-token.outputs.token }}
46-
4742
- id: get-pr
4843
if: steps.unzip-patch.outputs.exists == 'true'
4944
name: Get PR
@@ -56,9 +51,7 @@ jobs:
5651
}}
5752
GH_TOKEN: ${{ github.token }}
5853
run: |
59-
echo gh pr view "${PR_BRANCH}" --json number --jq .number
6054
number=$(gh pr view "${PR_BRANCH}" --json number --jq .number)
61-
echo $number
6255
echo "number=$number" >> $GITHUB_OUTPUT
6356
6457
- name: Check out PR branch

0 commit comments

Comments
 (0)