File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ name: CI
8383on : [push, pull_request]
8484jobs :
8585 test :
86- uses : your -org/workflows/.github/workflows/java-ci-secure.yml@v1.0.0
86+ uses : techishthoughts -org/workflows/.github/workflows/java-ci-secure.yml@v1.0.0
8787 with :
8888 java-version : ' 21'
8989 os-matrix : ' ubuntu-latest,windows-latest'
101101 branches : [main]
102102jobs :
103103 release :
104- uses : your -org/workflows/.github/workflows/auto-tag-enhanced.yml@v1.0.0
104+ uses : techishthoughts -org/workflows/.github/workflows/auto-tag-enhanced.yml@v1.0.0
105105 with :
106106 java-version : ' 17'
107107 build-docker : true
121121 types : [closed]
122122jobs :
123123 cleanup :
124- uses : your -org/workflows/.github/workflows/auto-delete-branch-enhanced.yml@v1.0.0
124+ uses : techishthoughts -org/workflows/.github/workflows/auto-delete-branch-enhanced.yml@v1.0.0
125125 with :
126126 protected-branches : ' main,develop,staging'
127127 notify-on-deletion : true
139139 types : [opened, synchronize]
140140jobs :
141141 auto-merge :
142- uses : your -org/workflows/.github/workflows/dependabot-auto-merge-enhanced.yml@v1.0.0
142+ uses : techishthoughts -org/workflows/.github/workflows/dependabot-auto-merge-enhanced.yml@v1.0.0
143143 with :
144144 auto-merge-patch : true
145145 auto-merge-minor : true
@@ -157,7 +157,7 @@ jobs:
157157` ` ` yaml
158158steps :
159159 - uses : actions/checkout@v4
160- - uses : your -org/workflows/.github/actions/setup-java-maven@v1.0.0
160+ - uses : techishthoughts -org/workflows/.github/actions/setup-java-maven@v1.0.0
161161 with :
162162 java-version : ' 21'
163163 maven-opts : ' -Xmx4g'
@@ -167,7 +167,7 @@ steps:
167167
168168` ` ` yaml
169169steps :
170- - uses : your -org/workflows/.github/actions/docker-build-push@v1.0.0
170+ - uses : techishthoughts -org/workflows/.github/actions/docker-build-push@v1.0.0
171171 with :
172172 image-name : ' my-app'
173173 image-tag : ' v1.0.0'
You can’t perform that action at this time.
0 commit comments