-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
@@ -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 |