Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 23, 2024
1 parent 7a8d07d commit 1415ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
sudo chmod 777 /project
cd /project
git clone --single-branch --depth 0 --branch master $GIT_REPO
git clone --single-branch --depth 1 --branch master $GIT_REPO
ls /home/docker
- name: "Build"
run: |
Expand Down

0 comments on commit 1415ae9

Please sign in to comment.