Skip to content

Commit

Permalink
chore: Update workflows to run against dev branch (#434)
Browse files Browse the repository at this point in the history
**Overview**
Update setupproject.yaml to init with dev branch

Co-authored-by: sedatbasar <[email protected]>
  • Loading branch information
sedatbasar and sedatbasar authored Dec 17, 2024
1 parent adff105 commit 33a5723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo apt-get update && sudo apt-get install --only-upgrade python3
INSTALL_URL="https://raw.githubusercontent.com/sixfeetup/scaf/$GITHUB_REF_NAME/install.sh"
export SCAF_SCRIPT_BRANCH=$GITHUB_REF_NAME
git config --global init.defaultBranch main
git config --global init.defaultBranch dev
git config --global user.email "[email protected]"
git config --global user.name "CI CD install deps"
echo "Downloading install script from $INSTALL_URL"
Expand All @@ -60,7 +60,7 @@ jobs:
run: |
IMAGE_TAG=$GITHUB_SHA
echo "Running scaf with sixfeetup/scaf:$IMAGE_TAG"
git config --global init.defaultBranch main
git config --global init.defaultBranch dev
git config --global user.email "[email protected]"
git config --global user.name "CI CD Setup Project"
Expand Down

0 comments on commit 33a5723

Please sign in to comment.