Skip to content

Commit

Permalink
use bash as interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Mar 19, 2024
1 parent 336e56a commit bbbb53d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,15 @@ runs:
run: echo "${{ github.action_path }}" >> "$GITHUB_PATH"
shell: bash

- name: setup python
uses: actions/setup-python@v5

- name: Upload README to quay.io registry
if: inputs.readme != '' && inputs.quay_application_token != ''
env:
QUAY_API_TOKEN: ${{ inputs.quay_application_token }}
IMAGE_NAME: ${{ inputs.image_name}}
REGISTRY_NAMESPACE: ${{ inputs.registry_namespace }}
README_PATH: ${{ inputs.readme }}
run: update_quay_description.py
shell: python
run: python update_quay_description.py
shell: bash

- name: Print image url
if: steps.check_exclude_file.outputs.files_exists == 'false'
Expand Down

0 comments on commit bbbb53d

Please sign in to comment.