githubEdit

9383691912__how-to-update-github-actions-setup-for-duplocloud

How to Update GitHub Actions Setup for DuploCloud

If you encounter errors in your GitHub Actions workflow when using DuploCloud setup, you may need to update the action reference syntax. The correct format is:

  • name: Setup uses: duplocloud/actions@main Note that the older format which included "/setup" in the path is no longer supported:

Deprecated format - do not use

  • name: Setup uses: duplocloud/actions/setup@main After updating the workflow file with the correct action reference, your GitHub Actions pipeline should run successfully.

Last updated

Was this helpful?