From 8c4a4659905ff5f9b758d7c69023114316830c8f Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:55:03 +0100 Subject: [PATCH] fix: remove mention of step 3b workflow Removed enabling of 'Step 3b' in the workflow. --- .github/workflows/2-first-introduction.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/2-first-introduction.yml b/.github/workflows/2-first-introduction.yml index 5335f6d..ac32380 100644 --- a/.github/workflows/2-first-introduction.yml +++ b/.github/workflows/2-first-introduction.yml @@ -131,6 +131,5 @@ jobs: run: | gh workflow disable "${{github.workflow}}" gh workflow enable "Step 3" - gh workflow enable "Step 3b" env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}