From 507800e3f15eae4cd3a671d379715050085df1a8 Mon Sep 17 00:00:00 2001 From: Jonas Dech Date: Wed, 3 Jan 2024 11:47:15 +0100 Subject: [PATCH] internal vars --- .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 eef462fe2..adaf5ac87 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}} submodules: recursive - name: Checkout iai_maps