Skip to content

Commit

Permalink
fix(typo): resolve branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Mestry <xa@mes3.dev>
  • Loading branch information
xames3 committed Sep 1, 2024
1 parent 6ace516 commit 63d999f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-feature-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest # Runs the job on the latest available Ubuntu runner.
steps:
# Step 1: Check out the code from the repository to the runner.
- name: Checkout TOPST SCHOOL Code (Dev)
- name: Checkout TOPST SCHOOL Code (Feature)
uses: actions/checkout@v4 # Checks out the repository code into the runner for the workflow to use.
with:
fetch-depth: 1 # Fetch only the latest commit for faster checkouts.
Expand Down

0 comments on commit 63d999f

Please sign in to comment.