Skip to content

update app and move ft-helm #9

update app and move ft-helm

update app and move ft-helm #9

Workflow file for this run

name: Build Front
on:
push:
paths:
- francetransfert-upload-download-gui/*
jobs:
getsha:
runs-on: ubuntu-latest
outputs:
shortsha: ${{ steps.short-sha.outputs.sha }}
steps:
- uses: benjlevesque/[email protected]
id: short-sha
with:
length: 6
- run: echo $SHA
env:
SHA: ${{ steps.short-sha.outputs.sha }}
build-projects:
needs: getsha
uses: ./.github/workflows/build-front.yml
secrets: inherit
with:
project: francetransfert-upload-download-gui
tag: ${{needs.getsha.outputs.shortsha}}