-
Notifications
You must be signed in to change notification settings - Fork 385
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
Multiple workflows in diffrent paths #170
Comments
test using |
This should be resolved now, if not let me know and I'll reopen. |
It's not working its still using the same tag.
Just to clear up what it is im trying to get to work. Keep in mind both .net project are in the repository in diffrent folders and i want to have for instance 1.0.1 in workflow1.yaml (it has been run 2 times) and 1.0.3 in workflow2.yaml (when it has been run 4 times and workflow1 has run 2 time) i hope it makes sense. workflow1.yaml on: the workflow1
` |
Hello, That is an old version of the action, can you please try with:
|
it creates a funny output generate-version:
`
fatal: detected dubious ownership in repository at '/github/workspace'
fatal: detected dubious ownership in repository at '/github/workspace'
fatal: detected dubious ownership in repository at '/github/workspace'
fatal: detected dubious ownership in repository at '/github/workspace'
fatal: detected dubious ownership in repository at '/github/workspace'
fatal: detected dubious ownership in repository at '/github/workspace'
|
It looks like you haven't checked out the repo first,
I think it should be run in something like |
The workspace issue specifically might be resolved by #183 |
Can you try again with 1.46.0? |
Closing pleease reopen if necesary |
Can you get a diffrent number pool, for path based project builds, it seems you can only get from the main pool?
The text was updated successfully, but these errors were encountered: