Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Jan 16, 2024
1 parent b1ca6a9 commit 8a9bf43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
echo "New version is ${API_VERSION}"
git checkout -b api_version
mv parameters.json sparc/sparc_json_api/
gh pr create -B master --title "[PR Bot] New JSON API version ${API_VERSION}" -R alchem0x2a/SPARC-X-API
gh pr create -B master --title "[PR Bot] New JSON API version ${API_VERSION}" \
--body "Merge new JSON API version ${API_VERSION} into master" -R alchem0x2a/SPARC-X-API
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Create badges
Expand Down

0 comments on commit 8a9bf43

Please sign in to comment.