Skip to content

Commit

Permalink
Merge branch 'master' into release/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Dec 13, 2020
2 parents 4509efc + 240cbe0 commit a385225
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test-run-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test run release branch
on:
workflow_dispatch:
push:
tags:
- v*
branches:
- release/*

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
url: 'https://note.sarisia.cc/index.xml'
file: 'README.md'
- uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
title: test run release branch
4 changes: 4 additions & 0 deletions .github/workflows/test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
file: 'README.md'
start_flag: "<!-- qiitaex start -->"
end_flag: "<!-- qiitaex end -->"
- uses: sarisia/actions-status-discord@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
title: test-run
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ For deploy key:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: sarisia/actions-readme-feed@v1
```

For Personal Access Token:
Expand All @@ -261,6 +262,7 @@ For Personal Access Token:
- uses: actions/checkout@v2
with:
token: ${{ secrets.PAT }}
- uses: sarisia/actions-readme-feed@v1
```

# Remarks
Expand All @@ -279,6 +281,7 @@ steps:
- uses: sarisia/setup-icu@v1
- uses: sarisia/actions-readme-feed@v1
with:
url: https://note.sarisia.cc/index.xml
file: README.md
locale: 'ja-JP'
```
Expand All @@ -291,6 +294,7 @@ steps:
- run: npm install icu4c-data@64l
- uses: sarisia/actions-readme-feed@v1
with:
url: https://note.sarisia.cc/index.xml
file: README.md
locale: 'ja-JP'
env:
Expand Down

0 comments on commit a385225

Please sign in to comment.