diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98d71fe..86cad33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} + - name: run git log + run: git log - name: Hello world action step id: hello uses: ./.github/actions/build-n-upload-action@v1