Skip to content

Commit

Permalink
Readme updater fix saarthak (#878)
Browse files Browse the repository at this point in the history
* Installing jinja

Signed-off-by: saarthak <[email protected]>

* Installing jinja

Signed-off-by: saarthak <[email protected]>

---------

Signed-off-by: saarthak <[email protected]>
  • Loading branch information
SaarthakMarkandey authored Oct 29, 2024
1 parent 0296065 commit 717deb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: always()
run: |
pip install --upgrade pip
pip install requests ruamel.yaml jinja
pip install requests ruamel.yaml jinja2

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: pipCommand not pinned by hash
Click Remediation section below to solve this issue
./scripts/image_generator.sh
- name: Push changes
Expand Down

0 comments on commit 717deb6

Please sign in to comment.