feat: prefixing with action name
This commit is contained in:
parent
497d109b44
commit
327ab1e92c
6 changed files with 22 additions and 22 deletions
|
|
@ -17,16 +17,16 @@ outputs:
|
|||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Instalando Dependencias
|
||||
- name: Check-Package-Version Instalando Dependencias
|
||||
shell: sh
|
||||
run: apk add git jq
|
||||
|
||||
- name: Checkout do repositório
|
||||
- name: Check-Package-Version Checkout do repositório
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2 # Necessário para acessar o commit anterior
|
||||
|
||||
- name: Verificar mudança de versão no package.json
|
||||
- name: Check-Package-Version Verificar mudança de versão no package.json
|
||||
id: check-package-version
|
||||
shell: sh
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue