Skip to content

Commit

Permalink
Update tech_radar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 21, 2024
1 parent a420f89 commit 6ecb5f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tech_radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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) }}
Expand Down

0 comments on commit 6ecb5f1

Please sign in to comment.