-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Resource not available by integration #39
Comments
@dycw you might want to try using # replace
- uses: butlerlogic/action-autotag@1.1.2
# with
- uses: butlerlogic/action-autotag@stable not sure if this will fully fix your issue and a new tag will be created but it possibly will fix however, |
Hi @Svetlanko , I am getting the same issue. Here's my attempt. I'd like to point out that this used to work; I have an old repo running the exact same GH action and it all works! |
huh @dycw this is confusing indeed 🤨 thanks for sharing about the old repo..this doesn't make sense yet |
Hi @Svetlanko I have found the issue, turns out new repos need this Here is the successful run on my test repo. Does this help? |
doh 😵💫 I am configuring reusable workflows and totally forgot to enable |
Issue:
There appears to be an error of the form "resource not available by integration".
How To Reproduce:
Example repo here, where
main.yml
reads:Expected Behavior:
A tag to be created. More specifically, 0.0.4 since
src/dummy/__init__.py
readsThe text was updated successfully, but these errors were encountered: