From 948aa1130c60a2853cfd9487aa4248c4665f49e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Jouvent-Hall=C3=A9?= Date: Tue, 31 Oct 2023 12:18:50 -0400 Subject: [PATCH] fix typo in github-actions.yml --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b792457..3cfab76 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,5 @@ name: GitHub Actions Test -run-name: 0.1-{{ github.run_number }} +run-name: 0.1-${{ github.run_number }} on: [push] jobs: Explore-GitHub-Actions: