Browse Source

👷 CI : update workflows

pull/6007/head
chenshuai2144 6 years ago
parent
commit
1e54535fa3
  1. 1
      .github/workflows/GitHub_Pages_Deploy.yml
  2. 1
      .github/workflows/issue-reference.yml

1
.github/workflows/GitHub_Pages_Deploy.yml

@ -1,4 +1,5 @@
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
on: [push]
uses: maxheld83/ghpages@v0.2.1 uses: maxheld83/ghpages@v0.2.1
if: success() && github.event == 'push' && github.ref == 'master' if: success() && github.event == 'push' && github.ref == 'master'
env: env:

1
.github/workflows/issue-reference.yml

@ -1,4 +1,5 @@
name: Add an issue reference name: Add an issue reference
on: [pull_request]
uses: kentaro-m/add-an-issue-reference-action@v1.0.0 uses: kentaro-m/add-an-issue-reference-action@v1.0.0
env: env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

Loading…
Cancel
Save