diff --git a/.github/workflows/CI-workflow.yml b/.github/workflows/CI-workflow.yml index 763679afe1..40b044a966 100644 --- a/.github/workflows/CI-workflow.yml +++ b/.github/workflows/CI-workflow.yml @@ -145,7 +145,7 @@ jobs: id: genpass run: | PASSWORD=$(openssl rand -base64 20 | tr -dc 'A-Za-z0-9!@#$%^&*()_+=-') - echo "::set-output name=password::$PASSWORD" + echo "password={$PASSWORD}" >> $GITHUB_OUTPUT - name: Run Docker Image if: env.imagePresent == 'true' run: |