From ec4eacfe9da82f6541cada4b634e88b0592556f5 Mon Sep 17 00:00:00 2001 From: Xsit <97814927+Xieansecn@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:47:19 +0800 Subject: [PATCH] Update and rename github-actions-demo.yml to ci.yml --- .github/workflows/{github-actions-demo.yml => ci.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{github-actions-demo.yml => ci.yml} (95%) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/ci.yml similarity index 95% rename from .github/workflows/github-actions-demo.yml rename to .github/workflows/ci.yml index 15a61d6..e1138da 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@master - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - name: List files in the repository