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 4fc293b commit ce1b5b6Copy full SHA for ce1b5b6
.github/workflows/generate-go-docs.yaml
@@ -61,13 +61,6 @@ jobs:
61
go mod tidy
62
go build ./...
63
64
- # - name: Export branch names
65
- # id: branch-names
66
- # shell: bash
67
- # run: |
68
- # echo "base_branch=${{ github.head_ref }}" >> $GITHUB_OUTPUT
69
- # echo "new_branch=${{ github.head_ref }}-docs" >> $GITHUB_OUTPUT
70
-
71
- name: Setup GitHub Token for creating a new PR
72
id: setup-github-token-write
73
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]
0 commit comments