Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 8, 2024
1 parent 7c25510 commit ca631f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ 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
echo "${{ steps.get_title.outputs.PR_TITLE }}" > output/pr_title.txt
- name: Read non-secret file content
run: |
cat output/pr_title.txt
cat output/pr_title.txt

0 comments on commit ca631f3

Please sign in to comment.