Skip to content

Commit c943914

Browse files
authored
Merge pull request #96 from dataplat/actionTime
Fix indentation and enable merge step for deployment
2 parents 3764b00 + 5fd1963 commit c943914

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy-module.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Deploy Module
6060
runs-on: ubuntu-latest
6161
needs:
62-
- Build_Stage_Package_Module
62+
- Build_Stage_Package_Module
6363
if: ${{ success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
6464
steps:
6565
- name: Checkout Code
@@ -86,11 +86,11 @@ jobs:
8686
GalleryApiToken: ${{ secrets.GalleryApiToken }}
8787
ReleaseBranch: main
8888
MainGitBranch: main
89-
#- name: Merge main -> develop
89+
- name: Merge main -> develop
9090
# This step merges the main branch into the develop branch after a successful deployment. This ensures that the develop branch includes the tag for the latest release.
91-
# uses: devmasx/[email protected]
92-
# with:
93-
# type: now
94-
# from_branch: main
95-
# target_branch: develop
96-
# github_token: ${{ secrets.GitHubToken }}
91+
uses: devmasx/[email protected]
92+
with:
93+
type: now
94+
from_branch: main
95+
target_branch: develop
96+
github_token: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)