diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index f35dfd1..cb7f032 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -16,6 +16,7 @@ jobs: - name: Get Paper Latest Commit Hash id: paperRef run: | + cd .. ls cd Paper ::set-output paperRef=${git rev-parse HEAD}