diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 316a88a..09b5698 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -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: @@ -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: