This commit is contained in:
avollkopf 2023-03-07 07:04:45 +01:00
parent 352090e6e7
commit a0243ff681

View file

@ -10,11 +10,13 @@ on:
- development - development
pull_request: pull_request:
- id: string steps:
with: - id: string
string: ${{ github.repository }} uses: ASzc/change-string-case-action@v5
- run: | with:
echo "${{ steps.string.outputs.lowercase }}" string: ${{ github.repository }}
- run: |
echo "${{ steps.string.outputs.lowercase }}"
env: env:
image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4 image-name: ghcr.io/${{ github.repository_owner }}/craftbeerpi4