From b8dc5a2b268d12b3c1fd5007db58a0582aebf33d Mon Sep 17 00:00:00 2001 From: Christian Spielberger Date: Thu, 2 Nov 2023 15:01:34 +0100 Subject: [PATCH] [TMP] ci: switch to re branch of cspiel1 --- .github/workflows/sanitizers.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 6bfd6e6bfb..f290ced2a6 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -35,11 +35,10 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y libssl-dev ninja-build - - uses: sreimers/pr-dependency-action@v0.6 - with: - name: re - repo: https://github.com/baresip/re - secret: ${{ secrets.GITHUB_TOKEN }} + - name: checkout + run: | + br=$(git branch --show-current) + git clone --branch "$br" https://github.com/cspiel1/re - name: make re run: |