Skip to content

Commit 27343cd

Browse files
committed
Prueba 26
1 parent cbb30ee commit 27343cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/5_testintegration_ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
runs-on: ubuntu-22.04
1313

1414
steps:
15-
- name: Print branch name
16-
run: echo "Current branch is ${{ github.ref }}"
15+
- name: Set branch name
16+
id: set-branch-name
17+
run: echo "aux=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
1718

18-
19+
- name: Print branch name
20+
run: echo "Current branch is ${{ env.aux }}"

0 commit comments

Comments
 (0)