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

[question] Warning: pre execution is not supported for local action #179

Open
kwavnet opened this issue Dec 12, 2024 · 2 comments
Open

[question] Warning: pre execution is not supported for local action #179

kwavnet opened this issue Dec 12, 2024 · 2 comments

Comments

@kwavnet
Copy link

kwavnet commented Dec 12, 2024

Warning: 'pre' execution is not supported for local action from './.github/actions/my-action' is what I see when using local action in a repository.
I'm fine with it not working/not being supported, but is there a way to disable the warning, esp if there's no pre step configured?

@dmvict
Copy link
Collaborator

dmvict commented Dec 12, 2024

Hello @kwavnet

Please, read the section that could help you to solve the issue.

You have to change the action declaration from Wandalen/wretry.action@v3 to Wandalen/wretry.action/main@v3 or Wandalen/wretry.action/post@v3. Read the doc before change, please.

I'll add the support of the pre and post stages, when I have time.

@dmvict
Copy link
Collaborator

dmvict commented Jan 9, 2025

Hi @kwavnet

I've released new version of action.
It supports local actions. Please, try it and give me feedback.

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