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