From f70a954a621b68cd88a18236d8646dd7714f1d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Jouvent-Hall=C3=A9?= Date: Tue, 31 Oct 2023 12:16:57 -0400 Subject: [PATCH] add run-name to github-actions.yml --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 20c79ae..b792457 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,4 +1,5 @@ name: GitHub Actions Test +run-name: 0.1-{{ github.run_number }} on: [push] jobs: Explore-GitHub-Actions: