From 1f1afc84310cf8a1b9ba78327e81d9a1039e715b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAURENS=20J=C3=A9r=C3=B4me?= Date: Sat, 23 Mar 2024 06:24:15 +0100 Subject: [PATCH] Update main-documentation.yml --- .github/workflows/main-documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main-documentation.yml b/.github/workflows/main-documentation.yml index 88c4526..e63c018 100644 --- a/.github/workflows/main-documentation.yml +++ b/.github/workflows/main-documentation.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: - - run: echo format('event{0} ${{ github.event_name }}', ':') - - run: echo format('os{0} ${{ runner.os }}', ':') - - run: echo format('repository{0} ${{ github.repository }}', ':') - - run: echo format('branch{0} ${{ github.ref }}', ':') + - run: echo "format('event{0} ${{ github.event_name }}', ':')" + - run: echo "format('os{0} ${{ runner.os }}', ':')" + - run: echo "format('repository{0} ${{ github.repository }}', ':')" + - run: echo "format('branch{0} ${{ github.ref }}', ':')" build: needs: status runs-on: ubuntu-latest