diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae828e8..6b8009e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: id: get_title run: | echo "PR_TITLE=$(github.event.pull_request.title)" >> $GITHUB_OUTPUT - + - name: Save Title to File (optional) run: | mkdir -p output # Create output directory if needed @@ -22,4 +22,4 @@ jobs: - name: Read non-secret file content run: | - cat output/pr_title.txt + cat output/pr_title.txt