Skip to content

Commit

Permalink
Update proaction.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Aug 13, 2020
1 parent cded50d commit 74405b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/proaction.yaml
Expand Up @@ -12,8 +12,8 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- uses: peter-evans/create-pull-request@v2
- uses: peter-evans/create-pull-request@v3.1.0
with:
commit-message: "[proaction] updating workflow"
title: Updating workflow from Proaction
token: $${{ secrets.PROACTION_TOKEN }}
token: ${{secrets.PROACTION_TOKEN}}

0 comments on commit 74405b6

Please sign in to comment.