Skip to content

Commit

Permalink
added action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir committed Oct 25, 2023
1 parent e9d5ca2 commit f4faacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/FindReplaceAttributeEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "\"/>"
replace: "\" />"
find: '\"/>'
replace: '" />'
regex: false

0 comments on commit f4faacf

Please sign in to comment.