Skip to content

Commit

Permalink
ci: try pointing to oclif GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 18, 2024
1 parent 2c4fa47 commit ce5f9ce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ name: 'Sync Petstore 🐶'
# This workflow runs any time there is a push to the `main` branch
# See GitHub's docs for all the possible event types:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
on:
push:
branches:
- main
on: push

jobs:
sync:
Expand All @@ -19,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
name: Check out repository # the `name` field is optional for steps

- uses: readmeio/rdme@v8
- uses: readmeio/rdme@oclif-explicit
name: Run sync command
with:
# See our docs for more examples on using GitHub Secrets:
Expand Down

0 comments on commit ce5f9ce

Please sign in to comment.