Skip to content

Commit

Permalink
update action job names
Browse files Browse the repository at this point in the history
  • Loading branch information
jnichols35 committed Dec 11, 2023
1 parent 71a96ed commit 7ac0337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/UpdateWinget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ac0337

Please sign in to comment.