generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
Yes, my belief is that it does not recognize the action to execute, because it has changed locations possibly. Check the extension, you are trying to execute to, to the most recent version.
Sent from Yahoo Mail on Android
On Sun, Dec 20, 2020 at 3:28 PM, Artem M<[email protected]> wrote:
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?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@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. |
|
I'll check it out, I have migrated my git container to my laptop to work on
my architecture and database. I'll look into it, as some file have been
move or deleted, and I may need to investigate and correct it. What do you
think? What type of work do you do? I'm in desperate need of a user
interface, graphics and stuff. Also plenty of snippets needed, like drop
down menus, pricing generater, toggle controls for the wallet,etc.
…On Tue, Nov 21, 2023, 4:17 PM Enzopisa10 ***@***.***> wrote:
- name: Glo Parse Card Links
uses: ***@***.***
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOGDVUIBNSFQVWGJL3NMT7TYFVAAZAVCNFSM4VDO7XSKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBSGE4DSNJTGA3A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
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?
The text was updated successfully, but these errors were encountered: