Skip to content

Commit 2eefc99

Browse files
Updated yml
1 parent 25cd128 commit 2eefc99

6 files changed

+6
-6
lines changed

.github/workflows/01-all-single-step-direct-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create, Publish, and Deploy Package
2727
id: deploy
28-
uses: digital-ai/github-actions-deploy@D-227999
28+
uses: digital-ai/github-actions-deploy@main
2929
with:
3030
serverUrl: ${{ vars.SERVERURL }}
3131
username: ${{ secrets.USERNAME }}

.github/workflows/02-all-single-step-user-inputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Create, Publish, and Deploy Package
5656
id: deploy
57-
uses: digital-ai/github-actions-deploy@D-227999
57+
uses: digital-ai/github-actions-deploy@main
5858
with:
5959
serverUrl: ${{ vars.SERVERURL }}
6060
username: ${{ secrets.USERNAME }}

.github/workflows/03-all-single-step-env-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Create, Publish, and Deploy Package
4343
id: deploy
44-
uses: digital-ai/github-actions-deploy@D-227999
44+
uses: digital-ai/github-actions-deploy@main
4545
with:
4646
serverUrl: ${{ vars.SERVERURL }}
4747
username: ${{ secrets.USERNAME }}

.github/workflows/04-all-multiple-step-direct-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Create DAR Package
2525
id: create_pkg
26-
uses: digital-ai/github-actions-deploy@D-227999
26+
uses: digital-ai/github-actions-deploy@main
2727
with:
2828
serverUrl: '${{ vars.SERVERURL }}'
2929
username: '${{ secrets.USERNAME }}'

.github/workflows/05-build-publish-three-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Create and Publish - Service 1
2727
id: service1
28-
uses: digital-ai/github-actions-deploy@D-227999
28+
uses: digital-ai/github-actions-deploy@main
2929
with:
3030
serverUrl: '${{ vars.SERVERURL }}'
3131
username: '${{ secrets.USERNAME }}'

.github/workflows/06-deploy-only-direct-values.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Deploy DAR Package
2626
id: deploy_pkg
27-
uses: digital-ai/github-actions-deploy@D-227999
27+
uses: digital-ai/github-actions-deploy@main
2828
with:
2929
serverUrl: ${{ vars.SERVERURL }}
3030
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)