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: enable rsync mkpath to be backwards compatible #1757

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

JamesIves
Copy link
Owner

Description

Check the available version of rsync, allowing older Ubuntu versions to continue to use the action.

Testing Instructions

N/A

Additional Notes

Closes #1753

@github-actions github-actions bot added bug 🐝 This issue describes a bug. fix 🐝 This change fixes a bug. labels Dec 3, 2024
@JamesIves JamesIves merged commit 389b85f into dev Dec 3, 2024
15 checks passed
@JamesIves JamesIves deleted the rsync-backwards-compat branch December 3, 2024 16:44
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.14%. Comparing base (c12b755) to head (ee72ae1).
Report is 9 commits behind head on dev.

Files with missing lines Patch % Lines
src/util.ts 75.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1757      +/-   ##
==========================================
- Coverage   93.54%   93.14%   -0.41%     
==========================================
  Files           7        7              
  Lines         310      321      +11     
  Branches       86       88       +2     
==========================================
+ Hits          290      299       +9     
  Misses         20       20              
- Partials        0        2       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐝 This issue describes a bug. fix 🐝 This change fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: 🐝 Cannot create target folder since 4.7.1 on self-hosted runner (rsync: --mkpath: unknown option)
1 participant