fix: common workflow
This commit is contained in:
parent
403189c9e9
commit
6764250f6d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/server-application.yml
vendored
2
.github/workflows/server-application.yml
vendored
|
@ -138,7 +138,7 @@ jobs:
|
|||
- name: Bundle
|
||||
id: bundle
|
||||
run: |
|
||||
TEMP_DIR=$(mktemp -d -t "${{ inputs.service_name }}-${{ github.sha }}")
|
||||
TEMP_DIR=$(mktemp -d -t "${{ inputs.service_name }}-${{ github.sha }}-XXXXXXX")
|
||||
echo "::set-output name=dir::$TEMP_DIR"
|
||||
yarn workspace ${{ inputs.workspace_name }} bundle --no-compress --output-directory $TEMP_DIR
|
||||
|
||||
|
|
2
.github/workflows/workspace.yml
vendored
2
.github/workflows/workspace.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
|
||||
jobs:
|
||||
call_server_application_workflow:
|
||||
name: Build, Test & Deploy Server Application
|
||||
name: Server Application
|
||||
uses: standardnotes/server/.github/workflows/server-application.yml@main
|
||||
with:
|
||||
service_name: workspace
|
||||
|
|
Loading…
Reference in a new issue