diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d75918..097960b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,11 @@ name: Read Secret, Create File, and Verify (No Secret Printing) on: push: + env: PR_TITLE: ${{ github.event.pull_request.title }} # this is returning empty PR_DESCRIPTION: ${{ github.event.head_commit.message }} + jobs: verify_file: runs-on: ubuntu-latest