use realease instead of master ?

This commit is contained in:
Clément Le Bihan
2021-05-23 19:34:41 +02:00
parent 9eba94ff9c
commit 813372cae5
+6 -6
View File
@@ -1,15 +1,15 @@
name: Check coding style
on: [push]
on: pull_request
jobs:
Building:
runs-on: [ubuntu-latest]
example_comment_pr:
runs-on: ubuntu-latest
name: An example job to comment a PR
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Comment Pull Request
uses: thollander/actions-comment-pull-request@1.0.1
- name: Comment PR
uses: thollander/actions-comment-pull-request@master
with:
message: 'Example of message !'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}