diff --git a/.github/workflows/_featurenet-create.yml b/.github/workflows/_featurenet-create.yml index 80ac859..f917cb0 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@v6 + uses: Cardinal-Cryptography/github-actions/create-featurenet@A0-4278 id: create-featurenet with: gh-ci-user: ${{ secrets.CI_GH_USER }} diff --git a/create-featurenet/action.yml b/create-featurenet/action.yml index bf12e28..a426fbc 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: main + ref: A0-4278 - name: Start featurenet id: start-featurenet