[GHA] Fix bad substitution error (#83)

This commit is contained in:
Abdul Malik Ikhsan 2021-05-21 00:02:27 +07:00 committed by GitHub
parent 624cd94dd7
commit b0a75c7a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
- name: Autoclose pull request
uses: roots/issue-closer@v1.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{secrets.GITHUB_TOKEN}}
pr-pattern: "^exact-string-will-never-match$"
pr-close-message: |
This repository content is generated by rectorphp/rector-src. Please open pull request to [rectorphp/rector-src](https://github.com/rectorphp/rector-src).