Skip to content

Commit

Permalink
use version 2 of action
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed Mar 15, 2023
1 parent b3c07c9 commit 003c1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Dispatch event to monorepo
uses: actions/github-script@v4
uses: actions/github-script@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -19,7 +19,7 @@ jobs:
};
await github.repos.createDispatchEvent({
owner: 'Alfresco',
owner: context.repo.owner,
repo: 'alfresco-apps',
event_type: 'package-published',
client_payload: payload
Expand Down

0 comments on commit 003c1f2

Please sign in to comment.