Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyLuLiu authored Jul 3, 2024
1 parent 072a5c1 commit 7ada342
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > 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


0 comments on commit 7ada342

Please sign in to comment.