mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
test
This commit is contained in:
parent
531d11ef95
commit
84deba1706
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -16,6 +16,14 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Builds the source distribution package
|
name: Builds the source distribution package
|
||||||
steps:
|
steps:
|
||||||
|
- id: string
|
||||||
|
uses: ASzc/change-string-case-action@v1
|
||||||
|
with:
|
||||||
|
string: ${{ github.repository_owner }}
|
||||||
|
- run: |
|
||||||
|
echo "${{ steps.string.outputs.lowercase }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue