Skip to content

Commit

Permalink
Merge pull request #5 from lapig-ufg/update-camadas
Browse files Browse the repository at this point in the history
update-camadas
  • Loading branch information
jairomr authored Sep 2, 2023
2 parents 426ace7 + 4a00b83 commit 1af2b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/homol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:

- name: Define a variável application_name
run: |
echo "branch='${GITHUB_REF##*/}'" >> $GITHUB_ENV
branch=$(echo "${GITHUB_REF##*/}" | tr '-' '_')
echo "branch=${branch}" >> $GITHUB_ENV
echo "Branch: $branch"
repo_full_name=$GITHUB_REPOSITORY
repo_name=${repo_full_name##*/}
Expand Down

0 comments on commit 1af2b8a

Please sign in to comment.