mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-10 14:11:42 +00:00
Retry 3 times in case of failing (#8419)
This commit is contained in:
1
.github/workflows/package_dispatch.yml
vendored
1
.github/workflows/package_dispatch.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
github-token: ${{ secrets.PAT_WRITE_PKG }}
|
||||
retries: 3
|
||||
script: |
|
||||
const payload = {
|
||||
package_name: "${{ github.event.registry_package.name }}",
|
||||
|
Reference in New Issue
Block a user