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

feat: pass numeric placeholders to files command #461

Merged

Conversation

fabn
Copy link
Contributor

@fabn fabn commented Mar 31, 2023

It address the use case outlined here

#315 (comment)

post-checkout:
  commands:
    01-bundle-install:
      files: git diff --name-only {1} {2}
      glob: '*Gemfile'
      run: bundle install

⚡ Summary

☑️ Checklist

  • Check locally
  • Add tests

I wasn't able to test it because the line I changed is not covered by current tests

@mrexox mrexox changed the title Pass numeric placeholders to files command feat: pass numeric placeholders to files command Apr 4, 2023
@mrexox mrexox merged commit 4fc12a3 into evilmartians:master Apr 4, 2023
@mrexox
Copy link
Member

mrexox commented Apr 4, 2023

Thank you! 🚀

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