From 823751817d36cc58701eab77f5f7e1ab4b911c99 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 16 Nov 2019 10:19:03 +0900 Subject: [PATCH] Update examples --- examples.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples.md b/examples.md index 2b3a571..080605f 100644 --- a/examples.md +++ b/examples.md @@ -294,7 +294,6 @@ on: If you have a workflow that contains jobs to handle push events on branches as well as tags, you can make sure that the job where you use `create-pull-request` action only executes when `github.ref` is a branch by using an `if` condition as follows. ```yml -name: Create Pull Request on: push jobs: createPullRequest: