Skip to content

Commit

Permalink
fix snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
lharries committed Aug 3, 2024
1 parent 8b09c2b commit cc80f91
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/snippets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '20'

Expand All @@ -37,3 +40,5 @@ jobs:
add: 'openapi.json'
author_name: GitHub Action
author_email: [email protected]
message: 'Update OpenAPI spec from GitHub Actions'
push: origin ${{ github.head_ref }}

0 comments on commit cc80f91

Please sign in to comment.