From 7ada342979a8e478a04ac480f953e68ce22e4ae4 Mon Sep 17 00:00:00 2001 From: lilyLuLiu Date: Wed, 3 Jul 2024 15:34:18 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ad30d1..183c3d2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,20 +18,24 @@ jobs: uses: actions/checkout@v4 - name: get tag run: echo ${{ github.event.release.tag_name }} + shell: bash - name: write script run: | cat < build-qe-images.sh --- echo "success" EOF + shell: bash - name: run ls run: ls - name: check script run: | cat build-qe-images.sh chmod +x build-qe-images.sh + shell: bash - name: run script run: | ./build-qe-images.sh + shell: bash