Skip to content

Commit

Permalink
Added ID input and S3 URI output
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldpm committed Jun 4, 2024
1 parent 71af936 commit 70c4888
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build packages (on demand)
name: Build packages (on demand) | ${{ inputs.id }}

# This workflow runs when any of the following occur:
# - Run manually
Expand Down Expand Up @@ -30,6 +30,9 @@ on:
description: "Checksum ?"
type: boolean
default: false
id:
type: string
required: false
workflow_call:
inputs:
revision:
Expand All @@ -56,6 +59,9 @@ on:
description: "Checksum ?"
type: boolean
default: false
id:
type: string
required: false
secrets:
CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY:
required: true
Expand Down

0 comments on commit 70c4888

Please sign in to comment.