Skip to content

Commit 9dfbf9c

Browse files
Fix workflow inputs and spacing
Co-authored-by: MinecraftFuns <25814618+MinecraftFuns@users.noreply.github.com>
1 parent 55ab5c8 commit 9dfbf9c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/upstream/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
id: flags
157157
run: |
158158
echo "date=$(date +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_OUTPUT
159-
if [[ "${{ matrix.architecture}}" = "amd64" ]]; then
159+
if [[ "${{ matrix.architecture }}" = "amd64" ]]; then
160160
echo "platform=linux/amd64" >> $GITHUB_OUTPUT
161161
elif [[ "${{ matrix.architecture }}" = "aarch64" ]]; then
162162
echo "platform=linux/arm64/v8" >> $GITHUB_OUTPUT
@@ -177,7 +177,6 @@ jobs:
177177
BUILD_ARCH=${{ matrix.architecture }}
178178
BUILD_DATE=${{ steps.flags.outputs.date }}
179179
BUILD_DESCRIPTION=${{ needs.information.outputs.description }}
180-
BUILD_FROM=${{ steps.flags.outputs.from }}
181180
BUILD_NAME=${{ needs.information.outputs.name }}
182181
BUILD_REF=${{ github.sha }}
183182
BUILD_REPOSITORY=${{ github.repository }}

.github/workflows/upstream/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
id: flags
9494
run: |
9595
echo "date=$(date +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_OUTPUT
96-
if [[ "${{ matrix.architecture}}" = "amd64" ]]; then
96+
if [[ "${{ matrix.architecture }}" = "amd64" ]]; then
9797
echo "platform=linux/amd64" >> $GITHUB_OUTPUT
9898
elif [[ "${{ matrix.architecture }}" = "aarch64" ]]; then
9999
echo "platform=linux/arm64/v8" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)