Skip to content

Commit

Permalink
Added yq
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 25, 2024
1 parent 03533f9 commit 4641aaa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,4 @@ jobs:
# propagate_failure: true
# trigger_workflow: true
# wait_workflow: true

- name: Raise Open API version update PR
if: ${{github.event_name == 'push' }}
run: |
echo "runnning joy ********"

21 changes: 21 additions & 0 deletions .github/workflows/update-yaml-version.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update YAML version and raise PR

on:
release:
types: [published]
workflow_dispatch:

jobs:
Update-OpenAPI-version:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Install yq
run: sudo apt-get install -y yq

0 comments on commit 4641aaa

Please sign in to comment.