Skip to content

Commit

Permalink
Update main-documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaurens committed Mar 23, 2024
1 parent dcd2389 commit 1f1afc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f1afc8

Please sign in to comment.