Skip to content

Commit

Permalink
improve meta
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Feb 10, 2024
1 parent 21787cc commit a418f88
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/actions/go-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ runs:
token: ${{ inputs.repository-token }}
path: go-sdk

# cd go-sdk
# git config --local user.email "[email protected]"
# git config --local user.name "UTxO RPC Codegen"
# git add -A
# git commit -m "chore: update spec codegen"

- name: Copy new spec
shell: bash
run: |
Expand All @@ -52,12 +46,9 @@ runs:
commit-message: "chore: update spec codegen"
git-token: ${{ inputs.repository-token }}
token: ${{ inputs.repository-token }}
branch-suffix: short-commit-hash
branch: spec-codegen
title: "chore: update spec codegen"
body: "A new codegen version of the specs is available. Please review and merge to keep the SDK up-to-date."
path: go-sdk
base: main


# - name: Push changes
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ inputs.repository-token }}
# repository: utxorpc/go-sdk

0 comments on commit a418f88

Please sign in to comment.