Skip to content

Commit

Permalink
Apply automatic release changes for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored and actions-user committed Jan 6, 2022
1 parent ee90f49 commit 67bd993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In case you only want to use the best-of generator action itself to integrate it
```yaml
steps:
- name: update-best-of-list
uses: best-of-lists/best-of-update-action@v0.8.0
uses: best-of-lists/best-of-update-action@v0.8.1
with:
github_key: ${{ secrets.GITHUB_TOKEN }}
libraries_key: ${{ secrets.LIBRARIES_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.0/workflows/update-best-of-list.yml
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.1/workflows/update-best-of-list.yml
name: update-best-of-list

on:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: update-best-of-list
uses: best-of-lists/best-of-update-action@v0.8.0
uses: best-of-lists/best-of-update-action@v0.8.1
with:
libraries_key: ${{ secrets.LIBRARIES_KEY }}
github_key: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 67bd993

Please # to comment.