Skip to content

Commit

Permalink
corrected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Sep 26, 2024
1 parent c143870 commit c039f99
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/OAS-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:

jobs:
OAS-release:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write

steps:
steps:

- name: Checkout current repo
- name: Checkout Repository
uses: actions/checkout@v4

- name: Release steps
Expand Down

0 comments on commit c039f99

Please sign in to comment.