Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reganmaharjan authored Apr 6, 2024
1 parent f80c29e commit d7ab00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
# Replace @ with %40 in the password for URL encoding
ENCODED_PASSWORD=$(echo $GITLAB_PASSWORD | sed 's/@/%40/g')
git clone --depth=1 --single-branch --branch master https://${GITLAB_USERNAME}:${ENCODED_PASSWORD}@git2023.olenepal.org/regan/epaath_es_oneactivity_project.git
git clone --depth=1 --single-branch --branch with_all_activities https://${GITLAB_USERNAME}:${ENCODED_PASSWORD}@git2023.olenepal.org/regan/epaath_es_oneactivity_project.git
- name: Login to Docker
run: |
Expand Down

0 comments on commit d7ab00c

Please sign in to comment.