Skip to content

Commit

Permalink
docs: correct typos in usage examples (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Marios Chelakis <[email protected]>
  • Loading branch information
chelakis authored Sep 27, 2024
1 parent 5ebaab1 commit 12ff912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
version: v0.10.0 # default: latest

- name: Build
runs: npm ci && npm run build
run: npm ci && npm run build

- name: Idempotently commit updated artifacts
env:
GITHUB_TOKEN: ${{ github.token }}
GHUP_BRANCH: ${{ github.head_ref }}
GHUP_MESSAGE: "build: autobuild #${{ github.event.pull_request.number }}"
GHUP_TRAILER: '{"Build-Logs": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
runs: ghup content dist/*
run: ghup content dist/*
```

0 comments on commit 12ff912

Please sign in to comment.