We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811d197 commit a5d3e65Copy full SHA for a5d3e65
.github/workflows/auto-spotless-apply.yml
@@ -39,11 +39,6 @@ jobs:
39
app-id: 1296620
40
private-key: ${{ secrets.OTELBOT_JAVA_CONTRIB_PRIVATE_KEY }}
41
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
-
47
- id: get-pr
48
if: steps.unzip-patch.outputs.exists == 'true'
49
name: Get PR
@@ -56,9 +51,7 @@ jobs:
56
51
}}
57
52
GH_TOKEN: ${{ github.token }}
58
53
run: |
59
- echo gh pr view "${PR_BRANCH}" --json number --jq .number
60
54
number=$(gh pr view "${PR_BRANCH}" --json number --jq .number)
61
- echo $number
62
55
echo "number=$number" >> $GITHUB_OUTPUT
63
64
- name: Check out PR branch
0 commit comments