diff --git a/.github/workflows/fetch_dependencies.yml b/.github/workflows/fetch_dependencies.yml index bfd2fa1..8c1932b 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 + run: bash ./scripts/fetch_dependencies.sh; date +%s > report.txt - name: Create Pull Request uses: peter-evans/create-pull-request@v5