Update test-pipeline.yml

This commit is contained in:
Felix Weiß
2023-11-13 10:27:12 +01:00
committed by GitHub
parent 3bc790238e
commit 9ca31fe748

View File

@@ -28,7 +28,7 @@ jobs:
rm -rf ${{ github.workspace }}/*
- name: 'Checkout'
- uses: actions/checkout@v3
uses: actions/checkout@v3
- name: 'Extract branch name'
shell: bash