diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index 8c1932b..16a06fa 100644 --- a/.github/workflows/fetch_dependencies.yml +++ b/.github/workflows/fetch_dependencies.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Fetch Dependencies - run: bash ./scripts/fetch_dependencies.sh; date +%s > report.txt + run: cd scripts && bash ./fetch_dependencies.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v5