Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MWDelaney committed Nov 20, 2024
1 parent 8b08413 commit 4c82bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zeropoint-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ jobs:
ref: ${{ steps.getBranch.outputs.branch }}

- name: Replace owner
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "MWDelaney"
replace: ${{ steps.getOwner.outputs.owner }}
regex: false

- name: Replace repository name
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "ZeroPoint"
replace: ${{ steps.getSlug.outputs.slug }}
regex: false

- name: Replace repository slug
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "zeropoint"
replace: ${{ steps.getName.outputs.name }}
Expand Down

0 comments on commit 4c82bbd

Please sign in to comment.