Skip to content

Commit

Permalink
Apply automatic release changes for v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored and actions-user committed Jul 5, 2021
1 parent ce479c7 commit b63f9ba
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.7.1
uses: best-of-lists/best-of-update-action@v0.7.2
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.7.1/workflows/update-best-of-list.yml
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.7.2/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.7.1
uses: best-of-lists/best-of-update-action@v0.7.2
with:
libraries_key: ${{ secrets.LIBRARIES_KEY }}
github_key: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b63f9ba

Please # to comment.