-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Description:
The current documentation/example references azure/[email protected], which does not exist. The latest available version is v0.4.0. This causes errors when attempting to use the action as shown in the example.

Steps to Reproduce:
- Set up a GitHub Actions workflow using
azure/[email protected]as specified in the documentation. - Attempt to run the workflow.
- Observe the error indicating that
v0.4.1cannot be found.
Expected Behavior:
The workflow should reference an existing version of the action, allowing it to run without errors.
Actual Behavior:
The workflow fails with an error message: Unable to resolve action azure/[email protected], unable to find version v0.4.1.

Suggested Fix:
Update the documentation to reference the correct version azure/[email protected].
Additional Context:
This issue can cause confusion for users trying to set up the action for the first time. Updating the documentation would improve user experience and prevent similar errors in the future.