Skip to content

Commit

Permalink
Feat: Add issue-id reusable workflow (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Nov 6, 2024
1 parent 9716f75 commit 48b263c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/issue-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ name: "🏷️ [R] Check/Inject Issue-ID"
# yamllint disable-line rule:truthy
on:
workflow_call:
inputs:
ISSUE_ID_LOOKUP_JSON:
description: "Version used to upload/store artefacts for publishing"
required: true
type: string

permissions: {}

Expand All @@ -29,4 +24,4 @@ jobs:
# yamllint disable-line rule:line-length
- uses: os-climate/osc-github-devops/.github/actions/gerrit-issue-id-action@main
with:
issue_id_lookup_json: ${{ inputs.ISSUE_ID_LOOKUP_JSON }}
issue_id_lookup_json: ${{ env.ISSUE_ID_LOOKUP_JSON }}

0 comments on commit 48b263c

Please sign in to comment.