fix: common workflow

This commit is contained in:
Karol Sójko 2022-10-19 11:12:49 +02:00
parent 403189c9e9
commit 6764250f6d
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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