-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71a96ed
commit 7ac0337
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
with: | ||
path: "JSON/perimeter81.json" | ||
|
||
- name: Run Komac | ||
- name: Run Komac - p81 | ||
uses: michidk/[email protected] | ||
with: | ||
komac-version: 1.9.1 | ||
|
@@ -30,31 +30,31 @@ jobs: | |
with: | ||
path: "JSON/DelineaInc.ThycoticAgent.json" | ||
|
||
- name: Run Komac | ||
- name: Run Komac - thy.agent | ||
uses: michidk/[email protected] | ||
with: | ||
komac-version: 1.9.1 | ||
args: 'update --id ${{ steps.app2.outputs.package_id }} --version ${{ steps.app2.outputs.version_number }} --urls ${{ steps.app2.outputs.msi_url }} --submit --token ${{ secrets.GH_TOKEN }}' | ||
|
||
- name: read thy.agent json | ||
- name: read thy.con json | ||
id: app3 | ||
uses: RadovanPelka/[email protected] | ||
with: | ||
path: "JSON/DelineaInc.ThycoticApplicationControlAgent.json" | ||
|
||
- name: Run Komac | ||
- name: Run Komac - thy.con | ||
uses: michidk/[email protected] | ||
with: | ||
komac-version: 1.9.1 | ||
args: 'update --id ${{ steps.app3.outputs.package_id }} --version ${{ steps.app3.outputs.version_number }} --urls ${{ steps.app3.outputs.msi_url }} --submit --token ${{ secrets.GH_TOKEN }}' | ||
|
||
- name: read thy.agent json | ||
- name: read thy.sec json | ||
id: app4 | ||
uses: RadovanPelka/[email protected] | ||
with: | ||
path: "JSON/DelineaInc.ThycoticLocalSecurityAgent.json" | ||
|
||
- name: Run Komac | ||
- name: Run Komac - thy.sec | ||
uses: michidk/[email protected] | ||
with: | ||
komac-version: 1.9.1 | ||
|