File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
docs/content/more/credits Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4444
4545 - name : Get current major version number
4646 id : majorvers
47- uses : azarc-io /regex-property-action@master
47+ uses : ashley-taylor /regex-property-action@master
4848 env :
4949 MILESTONE : ${{ inputs.milestone }}
5050 with :
5454
5555 - name : Get current minor version number
5656 id : minorvers
57- uses : azarc-io /regex-property-action@master
57+ uses : ashley-taylor /regex-property-action@master
5858 env :
5959 MILESTONE : ${{ inputs.milestone }}
6060 with :
6464
6565 - name : Get current patch version number
6666 id : patchvers
67- uses : azarc-io /regex-property-action@master
67+ uses : ashley-taylor /regex-property-action@master
6868 env :
6969 MILESTONE : ${{ inputs.milestone }}
7070 with :
Original file line number Diff line number Diff line change 3131
3232 - name : Get current major version number
3333 id : majorvers
34- uses : azarc-io /regex-property-action@master
34+ uses : ashley-taylor /regex-property-action@master
3535 env :
3636 MILESTONE : ${{ inputs.milestone }}
3737 with :
4141
4242 - name : Get current minor version number
4343 id : minorvers
44- uses : azarc-io /regex-property-action@master
44+ uses : ashley-taylor /regex-property-action@master
4545 env :
4646 MILESTONE : ${{ inputs.milestone }}
4747 with :
5151
5252 - name : Get current patch version number
5353 id : patchvers
54- uses : azarc-io /regex-property-action@master
54+ uses : ashley-taylor /regex-property-action@master
5555 env :
5656 MILESTONE : ${{ inputs.milestone }}
5757 with :
@@ -164,7 +164,7 @@ runs:
164164
165165 - name : Set changelog for GitHub release
166166 id : changelog_github
167- uses : azarc-io /regex-property-action@master
167+ uses : ashley-taylor /regex-property-action@master
168168 with :
169169 value : ${{ steps.changelog_docs.outputs.contents }}
170170 regex : ' (##\s+.*?[\n\r])[\n\r\s]*([\s\S]*)'
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Many thanks to [Andy Miller](https://github.com/rhukster) for initially creating
5353 - https://github.com/actions/checkout
5454 - https://github.com/actions/setup-node
5555 - https://github.com/Akkjon/close-milestone
56- - https://github.com/azarc-io /regex-property-action
56+ - https://github.com/ashley-taylor /regex-property-action
5757 - https://github.com/guibranco/github-file-reader-action-v2
5858 - https://github.com/Kaven-Universe/github-action-current-date-time
5959 - https://github.com/octokit/graphql-action
You can’t perform that action at this time.
0 commit comments