From 42429465a7e58e2c763403a22d6db5ddc3b4bf71 Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 16 May 2024 17:21:11 +0200 Subject: [PATCH] Revert "Testing" This reverts commit 4e33c4e69bcc39f9f71aadc6efc13028909fe2c9. --- .github/workflows/_featurenet-create.yml | 2 +- create-featurenet/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_featurenet-create.yml b/.github/workflows/_featurenet-create.yml index f917cb0..80ac859 100644 --- a/.github/workflows/_featurenet-create.yml +++ b/.github/workflows/_featurenet-create.yml @@ -120,7 +120,7 @@ jobs: debug: true - name: Create featurenet with image tag - uses: Cardinal-Cryptography/github-actions/create-featurenet@A0-4278 + uses: Cardinal-Cryptography/github-actions/create-featurenet@v6 id: create-featurenet with: gh-ci-user: ${{ secrets.CI_GH_USER }} diff --git a/create-featurenet/action.yml b/create-featurenet/action.yml index a6bbf6b..7389b9f 100644 --- a/create-featurenet/action.yml +++ b/create-featurenet/action.yml @@ -127,7 +127,7 @@ runs: repository: Cardinal-Cryptography/${{ inputs.repo-featurenet-template-name }} token: ${{ inputs.gh-ci-token }} path: "${{ inputs.repo-featurenet-template-name }}" - ref: A0-4278 + ref: main - name: Start featurenet id: start-featurenet