Skip to content

Commit

Permalink
#305 issues sync update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Jul 21, 2024
1 parent dc28397 commit 32732a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gitlab_sync_pr_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0 # Fetch all branches
fetch-depth: 0 # Fetch all branches and tags

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -43,6 +43,7 @@ jobs:
- name: Remove .gitlab-ci.yml for specific repository
run: |
if [[ "${{ github.repository }}" == "SaintAngeLs/distributed_minispace" ]]; then
echo "Removing .gitlab-ci.yml from the deployment package for SaintAngeLs repository."
rm -f .gitlab-ci.yml
fi
Expand Down Expand Up @@ -73,5 +74,4 @@ jobs:
GITHUB_REPO: ${{ github.repository }}
GITLAB_REPO_1: 'SaintAngeLs/distributed_minispace'
GITLAB_REPO_2: 'distributed-asp-net-core-blazor-social-app/distributed_minispace'
run: |
python .github/workflows/sync_prs_issues.py
run: python .github/workflows/sync_prs_issues.py

0 comments on commit 32732a1

Please sign in to comment.