Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ on:
description: 'Environment to use'
required: true
type: environment
distinct_id:
description: 'Required exclusively for automated execution to track status of workflow execution'
required: false

jobs:
package:
Expand All @@ -36,12 +33,6 @@ jobs:
id-token: write
pull-requests: write
steps:
# https://github.com/Codex-/return-dispatch#receiving-repository-action
- name: Logging distinct ID (${{ inputs.distinct_id }})
run: echo "${DISTINCT_ID}"
env:
DISTINCT_ID: ${{ inputs.distinct_id }}

- uses: actions/checkout@v7
# Required to get the default branch as well, to allow `gh` to accurately determine the diff between branches when deriving PR title from commits
with:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ on:
description: 'Unused, provided for compatibility with a common release promotion interface'
required: false
type: environment
distinct_id:
description: 'Required exclusively for automated execution to track status of workflow execution'
required: false

jobs:
promote:
Expand All @@ -32,12 +29,6 @@ jobs:
contents: write
pull-requests: write
steps:
# https://github.com/Codex-/return-dispatch#receiving-repository-action
- name: Logging distinct ID (${{ inputs.distinct_id }})
run: echo "${DISTINCT_ID}"
env:
DISTINCT_ID: ${{ inputs.distinct_id }}

- name: Checkout repo
uses: actions/checkout@v7

Expand Down
Loading