From 498ef73412ac3c7f034ecd62d14a6b9e418e63c7 Mon Sep 17 00:00:00 2001 From: "Christopher W. Blake" Date: Tue, 8 Jul 2025 22:12:04 +0900 Subject: [PATCH] Revert "Bump skills/action-text-variables from 2 to 3 (#324)" This reverts commit 2ce80e484c59609451ff4ec480978f19bc8b6d33. --- .github/workflows/0-start-exercise.yml | 2 +- .github/workflows/1-step.yml | 4 ++-- .github/workflows/2-step.yml | 4 ++-- .github/workflows/3-step.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index caa1915..e967e44 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -41,7 +41,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: ${{ env.STEP_1_FILE }} template-vars: | diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index fb7c36a..9e0432f 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -87,7 +87,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -120,7 +120,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | diff --git a/.github/workflows/2-step.yml b/.github/workflows/2-step.yml index 39cd13f..c85a661 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -70,7 +70,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -99,7 +99,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index ea092ac..34b34c6 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -88,7 +88,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -121,7 +121,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v2 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: |