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

View file

@ -10,10 +10,12 @@ on:
- development - development
pull_request: pull_request:
- id: string steps:
- id: string
uses: ASzc/change-string-case-action@v5
with: with:
string: ${{ github.repository }} string: ${{ github.repository }}
- run: | - run: |
echo "${{ steps.string.outputs.lowercase }}" echo "${{ steps.string.outputs.lowercase }}"
env: env: