Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gostnops
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wei.xuan
gostnops
Commits
8653d5dd
Commit
8653d5dd
authored
Sep 13, 2020
by
AlexStocks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
verify github repo name
parent
6a686cbd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
github-actions.yml
.github/workflows/github-actions.yml
+4
-4
No files found.
.github/workflows/github-actions.yml
View file @
8653d5dd
...
...
@@ -17,7 +17,7 @@ jobs:
os
:
-
ubuntu-latest
go_version
:
-
1.1
2
-
1.1
3
env
:
DING_TOKEN
:
f42cc4772f122801778da35466f588404521bed7154e7b88d189ecef7412e4dc
DING_SIGN
:
SEC4a84c8febbb93764dc68481730e6bcf5efdf953804a40f40a2005dc4e30a83c1
...
...
@@ -48,14 +48,14 @@ jobs:
run
:
bash <(curl -s https://codecov.io/bash)
# Because the contexts of push and PR are different, there are two Notify.
# Notifications are triggered only in the
apache/dubbo-go
repository.
# Notifications are triggered only in the
dubbogo/gost
repository.
-
name
:
DingTalk Message Notify only Push
uses
:
zcong1993/actions-ding@v3.0.1
# Whether job is successful or not, always () is always true.
if
:
|
always() &&
github.event_name == 'push' &&
github.repository == '
apache/dubbo-go-hessian2
'
github.repository == '
dubbogo/gost
'
with
:
# DingDing bot token
dingToken
:
${{ env.DING_TOKEN }}
...
...
@@ -75,7 +75,7 @@ jobs:
if
:
|
always() &&
github.event_name == 'pull_request' &&
github.repository == '
apache/dubbo-go-hessian2
'
github.repository == '
dubbogo/gost
'
with
:
dingToken
:
${{ env.DING_TOKEN }}
secret
:
${{ env.DING_SIGN }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment