Navigation Menu

Skip to content

Equal configurations lead to different workflows #25715

Discussion options

You must be logged in to vote

I ended up figuring it out by my self but I wanted to post it anyway in case someone has the same issue. The difference is that the correct one uses a relative path while the wrong one uses an absolute path:

- uses: some_user_name/app/.github/actions/test_on_master_push@master

This makes it behave differently and overwrite any changes made in the dockerfile.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant