From c98dc1c1dd1e4b8cd9d210e61739fc4903225ed7 Mon Sep 17 00:00:00 2001 From: mansouralawi Date: Thu, 20 Feb 2025 22:24:40 +0800 Subject: [PATCH] maintenance --- .github/workflows/run-workflow-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-workflow-tests.yml b/.github/workflows/run-workflow-tests.yml index d783e45..5e8e9e4 100644 --- a/.github/workflows/run-workflow-tests.yml +++ b/.github/workflows/run-workflow-tests.yml @@ -48,8 +48,8 @@ jobs: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV fi - - name: List Xircuits - run: xircuits list + - name: Init Xircuits + run: xircuits init - name: Clone Repository run: |