Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen committed Apr 12, 2023
1 parent dac69c0 commit 36640c2
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ jobs:
manage:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: React to new issue
uses: alpa-team/manage-package@<tag_name>
with:
copr-login: ${{ secrets.COPR_LOGIN }}
copr-token: ${{ secrets.COPR_TOKEN }}
gh-api-token: ${{ secrets.GH_API_TOKEN }}
debug: true
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: React to new issue
uses: alpa-team/manage-package@<tag_name>
with:
copr-login: ${{ secrets.COPR_LOGIN }}
copr-token: ${{ secrets.COPR_TOKEN }}
gh-api-token: ${{ secrets.GH_API_TOKEN }}
debug: true
```
### Options
Expand Down

0 comments on commit 36640c2

Please sign in to comment.