Skip to content

add GHA workflow

add GHA workflow #1

name: Deploy AKS LTS Prow
on: [push]
jobs:
Deploy_AKS_LTS_Prow:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: List files in the repository
run: |
ls ${{ github.workspace }}