mirror of https://github.com/1N3/Sn1per.git
test build and push
This commit is contained in:
parent
7af1b65a01
commit
225588e7d2
|
|
@ -25,10 +25,15 @@ jobs:
|
|||
echo "repolower=${${{ github.event.repository.name }},,}" >>${GITHUB_ENV}
|
||||
|
||||
|
||||
- name: Ubuntu GitHub Actions environment variables List
|
||||
run: env
|
||||
|
||||
- name: 'Build Inventory Image'
|
||||
env:
|
||||
REPO_NAME: '${{ github.event.repository.name }}'
|
||||
run: |
|
||||
echo $REPO_NAME
|
||||
echo ${{ github.event.repository.name }}
|
||||
echo "repolower=${REPO_NAME,,}" >>${GITHUB_ENV}
|
||||
echo "$repolower"
|
||||
echo "${repolower}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue