Commit e371728 1 parent d2a9c9b commit e371728 Copy full SHA for e371728
File tree 3 files changed +6
-6
lines changed
yourls-action/yourls_action
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 54
54
env :
55
55
GH_TOKEN : ${{ github.token }}
56
56
run : |
57
- gh release download 0.3.0 -R cgs-earth/yourls-action -A zip
58
- unzip yourls-action-0.3.0
59
- mv yourls-action-0.3.0 yourls-action
57
+ gh release download 0.3.1 -R cgs-earth/yourls-action -A zip
58
+ unzip yourls-action-0.3.1
59
+ mv yourls-action-0.3.1 yourls-action
60
60
- shell : bash
61
61
env :
62
62
YOURLS_SOURCE : ${{ inputs.namespace_dir }}
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: '3.6'
2
2
3
3
services :
4
4
mysql :
5
- image : ghcr.io/cgs-earth/yourls-mysql:0.3.0
5
+ image : ghcr.io/cgs-earth/yourls-mysql:0.3.1
6
6
build :
7
7
context : yourls-mysql
8
8
container_name : ${YOURLS_DB_HOST:-mysql}
9
9
environment :
10
10
MYSQL_ROOT_USER : ${YOURLS_DB_USER:-root}
11
11
MYSQL_ROOT_PASSWORD : ${YOURLS_DB_PASSWORD:-arootpassword}
12
12
yourls :
13
- image : ghcr.io/cgs-earth/yourls-action:0.3.0
13
+ image : ghcr.io/cgs-earth/yourls-action:0.3.1
14
14
build :
15
15
context : yourls-action
16
16
container_name : yourls-action
Original file line number Diff line number Diff line change 27
27
#
28
28
# =================================================================
29
29
30
- __version__ = '0.3.0 '
30
+ __version__ = '0.3.1 '
31
31
32
32
import click
33
33
You can’t perform that action at this time.
0 commit comments