@@ -31,47 +31,53 @@ jobs:
3131# submodules: recursive
3232
3333 # frontend submod
34- - uses : actions/checkout@v2
34+ - name : Checkout frontend
35+ uses : actions/checkout@v2
3536 with :
3637 repository : TaskarCenterAtUW/workspaces-frontend
3738 path : frontend
3839 ref : refs/tags/${{github.event.inputs.env}}
3940 - run : cd frontend; echo FRONTEND_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
4041
4142 # osm-cgimap submod
42- - uses : actions/checkout@v2
43+ - name : Checkout osm-cgimap
44+ uses : actions/checkout@v2
4345 with :
4446 repository : TaskarCenterAtUW/workspaces-cgimap
4547 path : osm-cgimap
4648 ref : refs/tags/${{github.event.inputs.env}}
4749 - run : cd osm-cgimap; echo CGIMAP_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
4850
4951 # osm-rails submod
50- - uses : actions/checkout@v2
52+ - name : Checkout osm-rails
53+ uses : actions/checkout@v2
5154 with :
5255 repository : TaskarCenterAtUW/workspaces-openstreetmap-website
5356 path : osm-rails
5457 ref : refs/tags/${{github.event.inputs.env}}
5558 - run : cd osm-rails; echo OSMRAILS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
5659
5760 # pathways submod
58- - uses : actions/checkout@v2
61+ - name : Checkout pathways-editor
62+ uses : actions/checkout@v2
5963 with :
6064 repository : TaskarCenterAtUW/workspaces-pathways-editor
6165 path : pathways-editor
6266 ref : refs/tags/${{github.event.inputs.env}}
6367 - run : cd pathways-editor; echo PATHWAYS_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
6468
6569 # rapid submod
66- - uses : actions/checkout@v2
70+ - name : Checkout rapid
71+ uses : actions/checkout@v2
6772 with :
6873 repository : TaskarCenterAtUW/workspaces-rapid
6974 path : rapid
7075 ref : refs/tags/${{github.event.inputs.env}}
7176 - run : cd rapid; echo RAPID_VERSION=`/usr/bin/git log -1 --format='%h'` >> "$GITHUB_ENV"
7277
7378 # tasking-manager submod
74- - uses : actions/checkout@v2
79+ - name : Checkout tasking-manager
80+ uses : actions/checkout@v2
7581 with :
7682 repository : TaskarCenterAtUW/workspaces-tasking-manager
7783 path : tasking-manager
0 commit comments