8585 template-action :
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v5
88+ - uses : actions/checkout@v6
8989
9090 - uses : devops-infra/template-action@v1
9191` ` `
@@ -100,7 +100,7 @@ jobs:
100100 template-action :
101101 runs-on : ubuntu-latest
102102 steps :
103- - uses : actions/checkout@v5
103+ - uses : actions/checkout@v6
104104
105105 - uses : devops-infra/template-action@v1
106106 with :
@@ -121,7 +121,7 @@ jobs:
121121 template-action:
122122 runs-on: ubuntu-latest
123123 steps:
124- - uses: actions/checkout@v5
124+ - uses: actions/checkout@v6
125125
126126 - uses: devops-infra/template-action@v1.0.7
127127 id: Pin patch version
@@ -205,6 +205,34 @@ If you have any questions or need help, please:
205205- 📝 Create an [issue](https://github.com/devops-infra/template-action/issues)
206206- 🌟 Star this repository if you find it useful!
207207
208+ # # 🧪 End-to-End Validation
209+ Template action E2E validation is now part of the centralized org flow.
210+
211+ - Pull requests : runs automatically via reusable org workflow hooks.
212+ - Release branch prepare : runs automatically against release candidate refs.
213+ - Release create : runs automatically against production release refs.
214+
215+ Manual execution options :
216+
217+ - Repository-local caller workflow : ` .github/workflows/manual-e2e-validate.yml`
218+ - Centralized workflow directly : ` devops-infra/triglav/.github/workflows/e2e-action-template-action.yml`
219+
220+ Execution modes :
221+
222+ - ` mode=ref` validates ref-oriented E2E paths against stable pinned action refs.
223+ - ` mode=image` is wired but currently placeholder-only in the central E2E workflow for this action.
224+
225+ Example trigger inputs :
226+
227+ ` ` ` text
228+ mode=ref
229+ ` ` `
230+
231+ ` ` ` text
232+ mode=image
233+ image_tag=v1.2.3-test
234+ ` ` `
235+
208236# # Forking
209237To publish images from a fork, set these variables so Task uses your registry identities :
210238` DOCKER_USERNAME` , `DOCKER_ORG_NAME`, `GITHUB_USERNAME`, `GITHUB_ORG_NAME`.
0 commit comments