Skip to content

Commit

Permalink
Update OAS action
Browse files Browse the repository at this point in the history
  • Loading branch information
ouvreboite committed Aug 31, 2023
1 parent e399219 commit 4f3523d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_oas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
git commit -m "Update OAS up to ${{ github.event.inputs.latest-version }}"
- name: Create pull request on main
run: gh pr create --base main --title "Update OAS up to ${{ github.event.inputs.latest-version }}" --body "Update OAS up to ${{ github.event.inputs.latest-version }}"
run: gh pr create --base main --title "Update OAS up to ${{ github.event.inputs.latest-version }}" --body "Update OAS up to ${{ github.event.inputs.latest-version }}" --head
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 4f3523d

Please sign in to comment.