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

The action doesn't seem to be working #4

Open
artemsmikh opened this issue Dec 20, 2020 · 4 comments
Open

The action doesn't seem to be working #4

artemsmikh opened this issue Dec 20, 2020 · 4 comments

Comments

@artemsmikh
Copy link

Hey. I just tried to use this action on my repo and found out that it is not working anymore.

My goal is to move a Glo card to a column when the repo receives a push with a link to the Glo card.
The action looks like this:

on: push

name: Glo actions

jobs:
  build:
    name: Glo actions
    runs-on: ubuntu-latest
    steps:
    - uses: Axosoft/glo-action-parse-links@v1
      id: glo-parse

    - uses: Axosoft/glo-action-move-card@v1
      with:
        authToken: ${{ secrets.GITKRAKEN_PAT }}
        cards: '${{ steps.glo-parse.outputs.cards }}'
        column: 'Done'
      id: glo-move

And the link to the card looks like this:
https://app.gitkraken.com/glo/view/card/600bab2f77c640698ef00323ffaebaee

Could it be because of the link format that I believe have changed since the creation of this action?

@joes95240
Copy link

joes95240 commented Dec 21, 2020 via email

@artemsmikh
Copy link
Author

@joes95240 it's the most recent action version, if that is what you mean. There is no any other version or location of this action.

@Enzopisa10
Copy link

          - name: Glo Parse Card Links
            uses: Axosoft/glo-action-parse-links@v1

@joes95240
Copy link

joes95240 commented Nov 22, 2023 via email

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

3 participants