From 05401e7fb17adddc7173adba4285fdb09285e479 Mon Sep 17 00:00:00 2001 From: Sammy Huang Date: Wed, 13 Dec 2023 16:06:15 +0800 Subject: [PATCH] . Signed-off-by: Sammy Huang --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 8e77ff9..c93068a 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: "cirun-azure-runner--${{ github.run_id }}" + runs-on: "cirun-azure-runner" steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"