feat: 顯示工作目錄的內容
This commit is contained in:
@@ -26,6 +26,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: 計算版本號
|
- name: 計算版本號
|
||||||
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9
|
uses: https://gitea.jsc.idv.tw/actions/calculate-version@v0.1.9
|
||||||
|
- name: 顯示工作目錄
|
||||||
|
run:
|
||||||
|
echo "工作目錄: $(pwd)" && ls -la
|
||||||
|
workspace: ${{ github.workspace }}
|
||||||
- name: 輸出版本號
|
- name: 輸出版本號
|
||||||
id: version
|
id: version
|
||||||
run: cat VERSION.txt >> $GITHUB_OUTPUT
|
run: cat VERSION.txt >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user