We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9279f7e commit 569bcdcCopy full SHA for 569bcdc
4 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.3.0
4
+
5
+`2021.10.19`
6
7
+- feat: add thanks.
8
9
## v1.2.2
10
11
`2021.05.17`
README.md
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: verify-version
25
- uses: actions-cool/verify-files-modify@v1.2.2
+ uses: actions-cool/verify-files-modify@v1
26
with:
27
token: ${{ secrets.GITHUB_TOKEN }}
28
forbid-files: 'action.yml, LICENSE'
0 commit comments