Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
fedda6b2
Commit
fedda6b2
authored
May 20, 2021
by
carlosribas
Browse files
Use MSG_MINIMAL
parent
777d0d5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/main.yml
.github/workflows/main.yml
+3
-1
No files found.
.github/workflows/main.yml
View file @
fedda6b2
...
@@ -41,6 +41,7 @@ jobs:
...
@@ -41,6 +41,7 @@ jobs:
env
:
env
:
SLACK_MESSAGE
:
'
Creating
a
new
image
in
the
Docker
Hub'
SLACK_MESSAGE
:
'
Creating
a
new
image
in
the
Docker
Hub'
SLACK_WEBHOOK
:
${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK
:
${{ secrets.SLACK_WEBHOOK }}
MSG_MINIMAL
:
true
create-docker-tag
:
create-docker-tag
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
@@ -77,3 +78,4 @@ jobs:
...
@@ -77,3 +78,4 @@ jobs:
env
:
env
:
SLACK_MESSAGE
:
'
New
image
created
in
Docker
Hub'
SLACK_MESSAGE
:
'
New
image
created
in
Docker
Hub'
SLACK_WEBHOOK
:
${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK
:
${{ secrets.SLACK_WEBHOOK }}
MSG_MINIMAL
:
true
\ No newline at end of file
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