Skip to content

kebab-case action output variables#75

Merged
fbzli merged 3 commits into
feature/v2from
feature/action-ouput-vars
Jun 9, 2026
Merged

kebab-case action output variables#75
fbzli merged 3 commits into
feature/v2from
feature/action-ouput-vars

Conversation

@fbzli

@fbzli fbzli commented May 28, 2026

Copy link
Copy Markdown
Contributor

Depends on #72

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Renames the outputs of the android-app-setup composite action from snake_case to kebab-case, and updates all consumers in the Android workflows to reference the new output names.

Changes:

  • Renamed outputs flavor_capitalized, app_module_path, build_id, build_number, build_batch to kebab-case in the android-app-setup composite action.
  • Updated all references to these outputs across android_build_alpaka_upload.yml, android_build_store_upload.yml, and android_code_quality.yml, including job-level outputs: declarations forwarded via needs.build.outputs.*.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.github/actions/android-app-setup/action.yml Renames the five action outputs and the corresponding $GITHUB_OUTPUT keys to kebab-case.
.github/workflows/android_build_alpaka_upload.yml Updates all steps.setup.outputs.* and needs.build.outputs.* references and the forwarded job outputs to the new kebab-case names.
.github/workflows/android_build_store_upload.yml Updates steps.setup.outputs.* and needs.build.outputs.* references and forwarded job outputs to kebab-case.
.github/workflows/android_code_quality.yml Updates the test/lint/coeus gradle invocations and unit-test results file path to use the kebab-case outputs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/actions/android-app-setup/action.yml
@fbzli fbzli added the v2 The next generation action label May 28, 2026
Comment thread .github/workflows/android_code_quality.yml Outdated
Base automatically changed from feature/alpaka-split-job to feature/v2 June 9, 2026 07:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 21 comments.

Comment on lines +39 to +42
value: ${{ steps.vars.outputs.flavor-capitalized }}
app-module-path:
description: 'The app module path with colons replaced by slashes.'
value: ${{ steps.vars.outputs.app_module_path }}
build_id:
value: ${{ steps.vars.outputs.app-module-path }}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

non-issue x21

Comment thread .github/actions/android-app-setup/action.yml
Comment thread .github/workflows/android_code_quality.yml
Comment thread .github/workflows/android_code_quality.yml
Comment thread .github/workflows/android_code_quality.yml
Comment thread .github/workflows/android_build_alpaka_upload.yml
Comment thread .github/workflows/android_build_alpaka_upload.yml
Comment thread .github/workflows/android_build_alpaka_upload.yml
Comment thread .github/workflows/android_build_alpaka_upload.yml
Comment thread .github/workflows/android_build_alpaka_upload.yml
@fbzli fbzli merged commit 12617f8 into feature/v2 Jun 9, 2026
1 check passed
@fbzli fbzli deleted the feature/action-ouput-vars branch June 9, 2026 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

v2 The next generation action

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants