Skip to content

Commit

Permalink
Sync javascript SDK with Foresight API (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Süleyman Barman <suleyman@thundra.io>
  • Loading branch information
3 people authored Feb 2, 2023
1 parent a29591d commit ad691f4
Show file tree
Hide file tree
Showing 2 changed files with 645 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-api-pr-javascript-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
- name: git push
run: git push origin feature/sync-repo-javascript-${{github.run_id}}
- name: create pull request
run: gh pr create -B master -H 'feature/sync-repo-javascript-${{github.run_id}}' --title 'Repo Sync Javascript' --body 'Created by Github action'
run: gh pr create -B master -H 'feature/sync-repo-javascript-${{github.run_id}}' --title 'Sync javascript SDK with Foresight API' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.FORESIGHT_GITHUB_TOKEN }}
Loading

0 comments on commit ad691f4

Please sign in to comment.