test build and push

This commit is contained in:
Abner Rizzi 2023-08-10 07:37:14 -03:00
parent dcddeaab2a
commit bd9b021a29
1 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,11 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}
- name: name1
run:
- echo 1
- echo 2
- echo 3
- name: downcase REPO
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}