Skip to content

Commit

Permalink
Top level directory fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayasimha Raghavan authored and Jayasimha Raghavan committed Sep 12, 2023
1 parent ef032c6 commit d0929b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-action-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
cd /tmp
git clone https://github.com/unskript/Awesome-CloudOps-Automation
popd
cd `git rev-parse --show-toplevel`
/usr/bin/env python3 .github/scripts/update-action-list.py
cd `git rev-parse --show-toplevel`/.github/scripts
/usr/bin/env python3 ./update-action-list.py

0 comments on commit d0929b2

Please sign in to comment.