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