Skip to content

Test

Test #244

Workflow file for this run

name: Test env stuff
on:
workflow_dispatch:
jobs:
comment:
runs-on: ubuntu-latest
steps:
- run: echo "Wow ${{ github.actor }} what a comment!" > file.txt
- env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: access-nri/actions/.github/actions/pr-comment@pr-comment-allow-file
with:
comment-file: ./file.txt
pr: 26