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

FIx: mapping of multiple action dependencies #850

Merged
merged 4 commits into from
Sep 20, 2023

Conversation

Tenrys
Copy link
Contributor

@Tenrys Tenrys commented Sep 19, 2023

🔧 Changes

Fixes an issue identical to what #844 fixed, except for dependencies this time. I'm surprised we missed this.

📚 References

It's really the same exact issue I just ran into, but for dependencies instead of secrets this time...

Sorry for not adding any tests, this is really a quick fix I needed now and figured I might as well push it here too.

🔬 Testing

Running an actions command while specifying multiple dependencies as expected works properly now.

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@Tenrys Tenrys requested a review from a team as a code owner September 19, 2023 14:25
internal/cli/actions.go Outdated Show resolved Hide resolved
@willvedd
Copy link
Contributor

@Tenrys I'm also surprised we missed this 😬 . Thank you for pushing this. Normally I would expect unit tests but testing has been flaky in this area. I plan to create a follow-up PR that includes tests for this.

@willvedd willvedd enabled auto-merge (squash) September 20, 2023 14:57
@willvedd willvedd merged commit 6fe8277 into auth0:main Sep 20, 2023
8 checks passed
@willvedd
Copy link
Contributor

@Tenrys heads up – this has been released with v1.1.1.

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

Successfully merging this pull request may close these issues.

2 participants