From 582fe4b45780dadd3cd61ec9de7ea35eb718a14c Mon Sep 17 00:00:00 2001 From: Pierre Jeanjacquot <26487010+PierreJeanjacquot@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:26:33 +0200 Subject: [PATCH] docs(sconify): set version tag --- sconify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sconify/README.md b/sconify/README.md index be5324b..0ed5efb 100644 --- a/sconify/README.md +++ b/sconify/README.md @@ -94,7 +94,7 @@ on: jobs: sconify: - uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/sconify.yml@feat/sconify + uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/sconify.yml@sconify-v1.0.0 with: # runner: your-runner-here ⚠️ control the runner used in the workflow to match your requirements image-name: ${{ inputs.image-name }}