Skip to content

Commit

Permalink
(Workflow) Ongoing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRohn committed Mar 19, 2024
1 parent e87c9e0 commit 68bf8ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: ./
with:
installer-version: 2.2.2
auto-update-installer: false
generation: 3.5.19.0
architecture: 64
patch: 6
Expand Down
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ inputs:
required: false
default: 2.2.2

auto-update-installer:
description: 'Whether to automatically update the installer'
required: false
default: true

generation:
description: 'The generation of the CODESYS version to install'
required: false
Expand Down Expand Up @@ -67,6 +72,7 @@ runs:
Remove-Item -Path "installer.exe"
- name: Update Installer
if: ${{ inputs.auto-update-installer }}
shell: pwsh
run: |
cd "${{ steps.globals.outputs.INSTALLER_DIR }}"
Expand Down

0 comments on commit 68bf8ad

Please sign in to comment.