-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from ModeSevenIndustrialSolutions/update-wf-f…
…ix-node-err Fix: Update actions to address node warnings
- Loading branch information
Showing
6 changed files
with
18 additions
and
9 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
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 |
---|---|---|
|
@@ -102,12 +102,14 @@ jobs: | |
version: ${{ env.PACKER_VERSION }} | ||
- name: Export env variables | ||
if: steps.changes.outputs.src == 'true' | ||
uses: infovista-opensource/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: infovista-opensource/vars-to-env-action@3d3e7c8ae1e9e5fcd9ce83e56ab85a6a135d2ffa # v2.0.0 | ||
with: | ||
secrets: ${{ inputs.ENV_VARS }} | ||
- name: Export env secrets | ||
if: steps.changes.outputs.src == 'true' | ||
uses: infovista-opensource/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: infovista-opensource/vars-to-env-action@3d3e7c8ae1e9e5fcd9ce83e56ab85a6a135d2ffa # v2.0.0 | ||
with: | ||
secrets: ${{ secrets.ENV_SECRETS }} | ||
include: CLOUDS_ENV_B64, CLOUDS_YAML_B64 | ||
|
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
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
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 |
---|---|---|
|
@@ -98,18 +98,21 @@ jobs: | |
python-version: "3.8" | ||
- name: Setup JDK | ||
id: setup-jdk | ||
uses: actions/setup-java@v3 | ||
# yamllint disable-line rule:line-length | ||
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 | ||
with: | ||
java-version: ${{ inputs.JDK_VERSION }} | ||
distribution: "temurin" | ||
- name: Export env variables | ||
id: export-env-variables | ||
uses: infovista-opensource/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: infovista-opensource/vars-to-env-action@3d3e7c8ae1e9e5fcd9ce83e56ab85a6a135d2ffa # v2.0.0 | ||
with: | ||
secrets: ${{ inputs.ENV_VARS }} | ||
- name: Export env secrets | ||
id: export-env-secrets | ||
uses: infovista-opensource/[email protected] | ||
# yamllint disable-line rule:line-length | ||
uses: infovista-opensource/vars-to-env-action@3d3e7c8ae1e9e5fcd9ce83e56ab85a6a135d2ffa # v2.0.0 | ||
with: | ||
secrets: ${{ inputs.ENV_SECRETS }} | ||
- name: Run pre-build-script | ||
|
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