Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Rename variables in the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yylyyl committed Sep 25, 2023
1 parent b501916 commit 0b75570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true
description: The git ref to build
type: string
buildnum:
build_num:
required: true
description: The build number
type: string
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Build project
run: |
SHA=$(git rev-parse HEAD)
export REACT_APP_CONTAINERUP_BUILD=${{ inputs.buildnum }}
export REACT_APP_CONTAINERUP_BUILD=${{ inputs.build_num }}
export REACT_APP_CONTAINERUP_COMMIT=${SHA::7}
echo BUILD=${REACT_APP_CONTAINERUP_BUILD}
echo COMMIT=${REACT_APP_CONTAINERUP_COMMIT}
Expand Down

0 comments on commit 0b75570

Please sign in to comment.