Skip to content

Commit

Permalink
update branch_name
Browse files Browse the repository at this point in the history
  • Loading branch information
kunle-johnson committed Jul 8, 2024
1 parent c96ed78 commit 782bcf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
outputs:
branch_short_name:
description: "Get the short name of the branch"
value: ${{ jobs.get_branch_short_name.outputs.short_name }}
value: ${{ jobs.get_branch_short_name.outputs.branch_short_name }}

jobs:
get_branch_short_name:
Expand All @@ -15,7 +15,7 @@ jobs:
contents: "read"
id-token: "write"
outputs:
short_name: ${{ steps.branch_short_name.outputs.branch_short_name }}
branch_short_name: ${{ steps.branch_short_name.outputs.branch_short_name }}
steps:
- name: Branch Short Name
id: branch_short_name
Expand Down

0 comments on commit 782bcf6

Please sign in to comment.