fix: Docker ephemeral env (#23786)

This commit is contained in:
Michael S. Molina 2023-04-24 13:04:47 -03:00 committed by GitHub
parent d4c0ae34f4
commit c536d92ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 62 additions and 62 deletions

View File

@ -1,4 +1,4 @@
name: Push ephmereral env image
name: Push ephemeral env image
on:
workflow_run:
@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Download artifact'
- name: "Download artifact"
uses: actions/github-script@v3.1.0
with:
script: |