Submit social housing lettings and sales data (CORE)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
613 B

name: GitHub Action
run-name: Test action
on: [push]
jobs:
test-action:
permissions: write-all
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.event_name }}
- run: echo ${{ github.event.action }}
- name: Create or Update Comment
uses: peter-evans/create-or-update-comment@v2.1.1
with:
issue-number: 5
body: |
https://patch-diff.githubusercontent.com/raw/${{ github.repository }}/pull/{{ github.context.issue.number}}.diff
${{ github.event_name }}
${{ github.event.action }}
reactions: 'rocket'