Skip to content

Commit

Permalink
docs: update README.md (#9)
Browse files Browse the repository at this point in the history
* Update README.md

* Updated CI workflow triggers
  • Loading branch information
pcasteran authored Jan 22, 2023
1 parent 01ef92c commit 3f8c6bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and test

on:
workflow_dispatch:
pull_request:
branches:
- "main"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Static analysis

on:
workflow_dispatch:
pull_request:
branches:
- 'main'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ the [unit tests](pkg/cleaning_test.go).
## Basic usage

```yaml
uses: actions/ghcr-cleaning-action@v1
uses: pcasteran/ghcr-cleaning-action@v1
with:
user: ${{ github.repository_owner }}
password: ${{ secrets.YOUR_SECRET_PAT }}
Expand Down

0 comments on commit 3f8c6bc

Please sign in to comment.