From abdaacfa6e5df42ecd93fc29b570ec992c52fc73 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 12 Aug 2021 12:55:45 -0400 Subject: [PATCH] Runner release 2.280.2 (#1259) * Runner release 2.280.2 * update * update --- releaseNote.md | 6 ++---- src/runnerversion | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index d5d043a1f..3f5f5f9ea 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -2,13 +2,11 @@ ## Bugs -- Fixed a bug where composite actions did not respect `continue-on-error` (#1238) -- Fixed a bug where composite actions post steps did not have the correct step context (#1243) - +- Send Path when resolving actions so we can correctly validate Policy for Composite Actions (#1250) ## Misc -- Correctly finish Job when worker crashes with IO Exceptions (#1239) +- Allows flags instead of parameters when configuring the runner (#1220) ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index d11ab399e..bb559261d 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.280.1 +2.280.2