Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/export-and-branch-solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
- name: who-am-i action
uses: microsoft/powerplatform-actions/who-am-i@v0
with:
environment-url: 'https://user9-dev.crm.dynamics.com/'
user-name: 'user9@wrkdevops.onmicrosoft.com'
environment-url: 'https://org642ee147.crm4.dynamics.com/'
user-name: 'admin@CRM759616.onmicrosoft.com'
password-secret: ${{ secrets.password }}

- name: export-solution action
uses: microsoft/powerplatform-actions/export-solution@v0
with:
environment-url: 'https://user9-dev.crm.dynamics.com/'
user-name: 'user9@wrkdevops.onmicrosoft.com'
environment-url: 'https://org642ee147.crm4.dynamics.com/'
user-name: 'admin@CRM759616.onmicrosoft.com'
password-secret: ${{ secrets.password }}
solution-name: ALMLab
solution-name: GitHubDemo
solution-output-file: out/exported/ALMLab.zip

- name: unpack-solution action
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release-solution-to-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Import solution as unmanaged to build env
uses: microsoft/powerplatform-actions/import-solution@v0
with:
environment-url: 'https://user9-build.crm.dynamics.com/'
user-name: 'user9@wrkdevops.onmicrosoft.com'
environment-url: 'https://org642ee147.crm4.dynamics.com/'
user-name: 'admin@CRM759616.onmicrosoft.com'
password-secret: ${{ secrets.password }}
solution-file: out/solutions/ALMLab.zip
force-overwrite: true
Expand All @@ -39,8 +39,8 @@ jobs:
- name: Export solution as managed
uses: microsoft/powerplatform-actions/export-solution@v0
with:
environment-url: 'https://user9-build.crm.dynamics.com/'
user-name: 'user9@wrkdevops.onmicrosoft.com'
environment-url: 'https://org642ee147.crm4.dynamics.com/'
user-name: 'admin@CRM759616.onmicrosoft.com'
password-secret: ${{ secrets.password }}
solution-name: ALMLab
managed: true
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
- name: Import solution to prod env
uses: microsoft/powerplatform-actions/import-solution@v0
with:
environment-url: 'https://user9-prod.crm.dynamics.com/'
user-name: 'user9@wrkdevops.onmicrosoft.com'
environment-url: 'https://org642ee147.crm4.dynamics.com/'
user-name: 'admin@CRM759616.onmicrosoft.com'
password-secret: ${{ secrets.password }}
solution-file: out/release/ALMLab.zip
force-overwrite: true
Expand Down
832 changes: 0 additions & 832 deletions solutions/ALMLab/Entities/user9_TimeOffRequest/Entity.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions solutions/ALMLab/Entities/user9_TimeOffRequest/RibbonDiff.xml

This file was deleted.

This file was deleted.

This file was deleted.

Loading