Skip to content

Incorrect version reference in documentation for azure/trusted-signing-action #47

@teamchong

Description

@teamchong

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.
image

Steps to Reproduce:

  1. Set up a GitHub Actions workflow using azure/[email protected] as specified in the documentation.
  2. Attempt to run the workflow.
  3. Observe the error indicating that v0.4.1 cannot 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.
image

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.


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions