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 ignoreShas error when workflow contains SHAs #176

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

mheap
Copy link
Owner

@mheap mheap commented Jan 9, 2025

If ignoreShas is provided and all actions contain a SHA, the YAML AST is passed to fs.writeFileSync. By explicitly adding .toString() we can ensure that string data is passed no matter which object type is returned from index.js

Resolves #175

@mheap mheap merged commit c5d5032 into main Jan 9, 2025
3 checks passed
@mheap mheap deleted the ignore-shas-fix branch January 9, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant