Skip to content

Commit ce1b5b6

Browse files
committed
remove exports from doc gen workflow
1 parent 4fc293b commit ce1b5b6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
go mod tidy
6262
go build ./...
6363
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-
7164
- name: Setup GitHub Token for creating a new PR
7265
id: setup-github-token-write
7366
uses: smartcontractkit/.github/actions/setup-github-token@9e7cc0779934cae4a9028b8588c9adb64d8ce68c # [email protected]

0 commit comments

Comments
 (0)