From 6ecb5f17a0e5cb6007b1f70b74921885ac850ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Wed, 21 Feb 2024 17:24:39 +0100 Subject: [PATCH] Update `tech_radar.yml` --- .github/workflows/tech_radar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tech_radar.yml b/.github/workflows/tech_radar.yml index 9bf285b..d86a6cc 100644 --- a/.github/workflows/tech_radar.yml +++ b/.github/workflows/tech_radar.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest name: Update Tech Radar steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Install gomplate run: npm install -g gomplate @@ -28,9 +31,6 @@ jobs: --jq '. | tostring' ) >> $GITHUB_OUTPUT - - run: pwd - - run: ls -s - - name: Update the list of used languages run: > echo ${{ toJSON(steps.repository_list.outputs.repository_list_json) }}