Skip to content

Commit

Permalink
fix: ajuste para probar pasar enviroment en job como variable de ento…
Browse files Browse the repository at this point in the history
…rno, validar mensaje ultimo commit, prueba obtener enviroment de secrets, removing actions env from secrets, its not work 4
  • Loading branch information
bbatist-ban committed Mar 14, 2024
1 parent 6f1bb44 commit 75c8d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: |
echo "message1: ${{ github.event.head_commit.message }}"
echo "message2: ${{ github.event.commits[0].message }}"
echo "validation1: ${{ contains(github.event.head_commit.message, '[skip release]') }}"
echo "validation2: ${{ contains('[skip release]', github.event.head_commit.message) }}"
echo "COMMIT_LAST_MESSAGE=${{ github.event.commits[0].message }}" >> $GITHUB_ENV
- name: Validate variables
Expand Down

0 comments on commit 75c8d8b

Please sign in to comment.