From 93a992d098bba9d9b6cfc1978c39bf2b397235a9 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:25:05 +0200 Subject: [PATCH] Code cleanup --- .github/workflows/cooker-selfhosted.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 26538dd2..7dbb368c 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -21,15 +21,6 @@ jobs: run: sudo umount -f /home/administrator/actions-runner/_work/RetroDECK/RetroDECK/.flatpak-builder/rofiles/* continue-on-error: true - - name: Get date for artifacts - id: date - run: echo "::set-output name=date::$(date +'%Y%m%d_%H%M%S')" - - - name: Extract branch name - shell: bash - run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})" - id: extract_branch - - name: Generate build ID id: generating_buildid run: echo "##[set-output name=build-id;]$(echo "$( git rev-parse --short HEAD )")"