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 dc0bfb1 commit f07ceea
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
go:
- '1.20'
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: run script
run: echo ${{ github.event.release.tag_name }}
- name: checkout qe-platform repo
uses: actions/checkout@master
with:
name: https://gitlab.cee.redhat.com/crc/qe-platform
ref: master
- name: Show Working directory
run: ls
run: |
cat <<EOF > build-qe-images.sh
---
echo "success"
EOF
- name: run the script
run: build-qe-images.sh

0 comments on commit f07ceea

Please sign in to comment.