Skip to content

Commit

Permalink
Update .github/workflows/publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork authored Oct 31, 2023
1 parent a5afa24 commit ec64cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
script: |
const { data } = await github.rest.search.code({
q: 'Common Config org:beam-community path:.github/workflows/',
q: 'org:beam-community path:.github/workflows/common-config.yaml',
per_page: 100,
})
Expand Down

0 comments on commit ec64cc4

Please sign in to comment.