From a4deb494fb0a62048296540b389693f0ace27475 Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Wed, 3 Jan 2024 11:45:28 +0100 Subject: [PATCH] curly --- .github/workflows/pycram-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pycram-ci.yml b/.github/workflows/pycram-ci.yml index 9ecd5859f..eef462fe2 100644 --- a/.github/workflows/pycram-ci.yml +++ b/.github/workflows/pycram-ci.yml @@ -32,8 +32,8 @@ jobs: - uses: actions/checkout@v3 with: path: 'ros_ws/src/pycram' - repository: $GITHUB_REPOSITORY - ref: $GITHUB_REF_NAME + repository: ${{GITHUB_REPOSITORY}} + ref: ${{GITHUB_REF_NAME}} submodules: recursive - name: Checkout iai_maps