atlassian / gajira-cli

Other
38 stars 25 forks source link

Incorrect README snippet to refer to @v3 tag #17

Closed maxlapides closed 1 year ago

maxlapides commented 1 year ago

Hi there! Thanks for updating this useful action!

The README has this code block:

- name: Setup
  uses: atlassian/gajira-cli@3.0.0
  with:
    version: 1.0.27

But, this won't work because atlassian/gajira-cli@3.0.0 is not available. Neither is atlassian/gajira-cli@3. Right now, it seems only atlassian/gajira-cli@master will work. I've never published an action myself, but maybe these docs will help: https://docs.github.com/en/actions/creating-actions/publishing-actions-in-github-marketplace

mboudreau commented 1 year ago

Whoops, sorry, I updated the readme wrong. It should be atlassian/gajira-cli@v3. I'll go update the readme.

maxlapides commented 1 year ago

Worked like a charm, thank you!

mboudreau commented 1 year ago

Updated the readme :)