Skip to content

Commit

Permalink
chore: repro 291
Browse files Browse the repository at this point in the history
  • Loading branch information
thollander committed Oct 7, 2023
1 parent a56dba3 commit 0e3fc3c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/repro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: pull_request

jobs:
test_comment_pr:
name: REPRO
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Get file content
id: getFileContent
run: echo "content=$(cat src/main.ts)" >> $GITHUB_OUTPUT

- name: Comment PR with file content
uses: ./
with:
message: |
```ts
${{ steps.getversion.outputs.content }}
```

0 comments on commit 0e3fc3c

Please sign in to comment.