Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Jul 2, 2024
2 parents 8646728 + 5fbe164 commit eadf62d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/validate-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
with:
single-feedstock: "./feedstock/catalog.yaml"

- name: Dispatch event
uses: actions/github-script@v4
with:
github-token: ${{ secrets.GH_USER_TOKEN }}
script: |
await github.repos.createDispatchEvent({
owner: 'leap-stc',
repo: 'data-management',
event_type: 'update-catalog',
client_payload: {
origin_repo: `${context.repo.owner}/${context.repo.repo}`
}
})
# - name: Dispatch event
# uses: actions/github-script@v4
# with:
# github-token: ${{ secrets.GH_USER_TOKEN }}
# script: |
# await github.repos.createDispatchEvent({
# owner: 'leap-stc',
# repo: 'data-management',
# event_type: 'update-catalog',
# client_payload: {
# origin_repo: `${context.repo.owner}/${context.repo.repo}`
# }
# })

0 comments on commit eadf62d

Please sign in to comment.