From 1961701e2ebe2cd86db6104939078c530787280c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 2 Apr 2024 12:18:46 +0100 Subject: [PATCH] no synced file(s) with dgibbs64/repo-sync (#23) * no synced local '.github/workflows/galaxy.yml' with remote 'ansible/.github/workflows/galaxy.yml' * no synced local '.github/workflows/molecule.yml' with remote 'ansible/.github/workflows/molecule.yml' --- .github/workflows/galaxy.yml | 2 +- .github/workflows/molecule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 39fb758..1e4c034 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -57,7 +57,7 @@ jobs: run: pip3 install molecule-plugins[docker] jmespath - name: Secrets to env - uses: oNaiPs/secrets-to-env-action@v1 + uses: oNaiPs/secrets-to-env-action@v1.5 with: secrets: "${{ toJSON(secrets) }}" diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index fef2936..7805f12 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -60,7 +60,7 @@ jobs: run: pip3 install molecule-plugins[docker] jmespath - name: Secrets to env - uses: oNaiPs/secrets-to-env-action@v1 + uses: oNaiPs/secrets-to-env-action@v1.5 with: secrets: "${{ toJSON(secrets) }}"