Skip to content

Commit

Permalink
actions v2
Browse files Browse the repository at this point in the history
pull-request@v2-alpha
  • Loading branch information
aminya committed Dec 28, 2019
1 parent 74ee865 commit 9b97f49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/SnoopCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
julia-arch: [x86]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
Expand All @@ -26,13 +26,12 @@ jobs:

# https://github.com/marketplace/actions/create-pull-request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v1.9.1
uses: peter-evans/create-pull-request@v2-alpha
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMIT_MESSAGE: Update precompile_*.jl file
PULL_REQUEST_TITLE: '[AUTO] Update precompile_*.jl file'
PULL_REQUEST_LABELS: SnoopCompile
PULL_REQUEST_BRANCH: create-pull-request/SnoopCompile
BRANCH_SUFFIX: none
- name: Check output environment variable
run: echo "Pull Request Number - ${{ env.PULL_REQUEST_NUMBER }}"

0 comments on commit 9b97f49

Please sign in to comment.