Skip to content

Commit 63605df

Browse files
authored
Merge pull request #1106 from linuxserver/aptalca-patch-1
Add missing id to workflow step
2 parents eafb956 + 99a6644 commit 63605df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildImage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Set Vars
19+
id: outputs
1920
run: |
2021
echo "GITHUB_REPO=${{ env.GITHUB_REPO }}" >> $GITHUB_STEP_SUMMARY
2122
echo "ENDPOINT=${{ env.ENDPOINT }}" >> $GITHUB_STEP_SUMMARY
@@ -31,7 +32,7 @@ jobs:
3132
MOD_VERSION: ${{ steps.outputs.outputs.MOD_VERSION }}
3233

3334
build:
34-
if: github.base_ref != 'refs/heads/master'
35+
if: ${{ github.base_ref != 'master' }}
3536
uses: linuxserver/github-workflows/.github/workflows/docker-mod-builder.yml@v1
3637
needs: set-vars
3738
secrets:

0 commit comments

Comments
 (0)