Skip to content

Commit 5a34d66

Browse files
committed
Prueba 27
1 parent 27343cd commit 5a34d66

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/5_testintegration_ci.yml

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

1414
steps:
15-
- name: Set branch name
16-
id: set-branch-name
17-
run: echo "aux=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
15+
- run: echo ${GITHUB_REF}
1816

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

0 commit comments

Comments
 (0)