Skip to content

Conversation

@tolzhabayev
Copy link
Contributor

@tolzhabayev tolzhabayev commented Dec 5, 2025

Summary

Add process_gcloudignore as a configurable input to the push-to-gcs action with a default value of false.

Changes

  • Added process_gcloudignore input to action.yaml (defaults to false)
  • Updated README.md to document the new input

This allows users to optionally enable .gcloudignore file processing when uploading to GCS.

Can't create branches here so had to fork

@tolzhabayev tolzhabayev requested a review from a team as a code owner December 5, 2025 11:24
@tolzhabayev tolzhabayev changed the title feat(push-to-gcs): Add process_gcloudignore input feat(push-to-gcs): add process_gcloudignore input Dec 5, 2025
predefinedAcl: ${{ inputs.use_wif_auth == 'true' && ' ' || inputs.predefinedAcl }} # when using WIF auth, we cannot use predefinedAcl
gzip: ${{ inputs.gzip }}
process_gcloudignore: false
process_gcloudignore: ${{ inputs.process_gcloudignore }}
Copy link
Contributor

@ricky-undeadcoders ricky-undeadcoders Dec 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
process_gcloudignore: ${{ inputs.process_gcloudignore }}
process_gcloudignore: ${{ inputs.process_gcloudignore == 'true' }}

This should probably be passed as a boolean type since that's what upload-cloud-storage expects.

Otherwise LGTM, thanks for adding this in!

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