Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to find version 'latest' #24

Open
ataylormays-duetto opened this issue Jan 11, 2023 · 1 comment
Open

Unable to find version 'latest' #24

ataylormays-duetto opened this issue Jan 11, 2023 · 1 comment

Comments

@ataylormays-duetto
Copy link

ataylormays-duetto commented Jan 11, 2023

Describe the bug
When using the GH action w/ the following configuration, GH gives the error message

Getting action download info
Error: Unable to resolve action `dwardu89/aws-ssm-parameter-store@latest`, unable to find version `latest`.

To Reproduce
Steps to reproduce the behavior:
Configuration:

      - name: Add version to SSM parameter store
        uses: dwardu89/aws-ssm-parameter-store@latest
        with:
          ssm-path: ${{ inputs.DEPLOYMENT_VERSION_SSM_PATH }}
          ssm-value: ${{ env.PROJECT_VERSION }}
          aws-region: us-west-2
          ssm-value-type: "String"
          ssm-value-overwrite: true

Expected behavior
The SSM path is updated with the provided value

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@dkershner6
Copy link

Just need to update the readme with each new version, currently @v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants