This commit is contained in:
avollkopf 2023-03-07 07:19:30 +01:00
parent cb8372fd54
commit abf4be7479

View file

@ -16,13 +16,6 @@ jobs:
runs-on: ubuntu-latest
name: Builds the source distribution package
steps:
- id: string
uses: ASzc/change-string-case-action@v1
with:
string: ${{ image-name }}
- run: |
echo "${{ steps.string.outputs.lowercase }}"
- name: Checkout source
uses: actions/checkout@v2