Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #18

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #18

Workflow file for this run

name: Read Secret, Create File, and Verify (No Secret Printing)
on:
push:
env:
PR_NUMBER: ${{ github.event.number }}
PR_TITLE: ${{ github.event.pull_request.title }}
PR_DESCRIPTION: ${{ github.event.head_commit.message }}
jobs:
verify_file:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get Pull Request Number
run: |
echo "PR title is: $PR_NUMBER"
- name: Verify file creation (without revealing content)
run: |
echo "PR title is: $PR_TITLE"
echo "PR description is: $PR_DESCRIPTION"