Browse Source

Update input template (#123)

pull/124/head
Vince Grassia 3 years ago committed by GitHub
parent
commit
99e1cfdf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build-unified.yml

2
.github/workflows/build-unified.yml

@ -36,7 +36,7 @@ jobs:
- name: Get server branch to checkout - name: Get server branch to checkout
id: server-branch-name id: server-branch-name
env: env:
SERVER_BRANCH: ${{ github.event.inputs.server_branch }} SERVER_BRANCH: ${{ inputs.server_branch }}
run: echo "server_branch=${SERVER_BRANCH#refs/heads/}" >> $GITHUB_OUTPUT run: echo "server_branch=${SERVER_BRANCH#refs/heads/}" >> $GITHUB_OUTPUT
- name: Check Branch to Publish - name: Check Branch to Publish

Loading…
Cancel
Save