Skip to content

Commit 757923e

Browse files
bradmccoydevBrad McCoy
andauthored
chore: update event handler location (#165)
* chore: update event handler location Signed-off-by: Brad McCoy <bradmccoydev@gmail.com> * chore: update step name Signed-off-by: Brad McCoy <brad@basiq.io> Signed-off-by: Brad McCoy <bradmccoydev@gmail.com> Signed-off-by: Brad McCoy <brad@basiq.io> Co-authored-by: Brad McCoy <brad@basiq.io>
1 parent 52264f0 commit 757923e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/initrepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" ./**/*.yaml
4040
sed -irn 's/version:.*$/version: "0.1.0"/g' chart/Chart.yaml
4141
sed -irn 's/appVersion:.*$/appVersion: "0.1.0"/g' chart/Chart.yaml
42-
- name: Update .gitignore, Dockerfile and GetSLI eventhandler
42+
- name: Update .gitignore, Dockerfile, actionTriggered eventhandler, and GetSLI eventhandler
4343
run: |
4444
NEW_SERVICE_NAME=$(echo ${{ github.repository }} | sed -e 's/${{ github.repository_owner }}\///')
4545
ESCAPED_ORIGINAL=$(printf '%s\n' "$ORIGINAL_SERVICE_NAME" | sed -e 's/[\/&]/\\&/g')
4646
ESCAPED_REPLACE=$(printf '%s\n' "$NEW_SERVICE_NAME" | sed -e 's/[\/&]/\\&/g')
47-
sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" .ci_env .gitignore Dockerfile main.go eventhandlers.go eventhandler_test.go test-events/*.json
47+
sed -i "s/${ESCAPED_ORIGINAL}/${ESCAPED_REPLACE}/g" .ci_env .gitignore Dockerfile main.go handler/*.go test-events/*.json
4848
- name: Update README.md
4949
run: |
5050
ESCAPED_ORIGINAL=$(printf '%s\n' "$ORIGINAL_IMAGE_NAME" | tr '[:upper:]' '[:lower:]' | sed -e 's/[\/&]/\\&/g')

0 commit comments

Comments
 (0)