actions-ecosystem / action-regex-match

🔍 GitHub Action to do regex matching
https://github.com/marketplace/actions/actions-ecosystem-action-regex-match
Apache License 2.0
104 stars 36 forks source link

GitHub Actions: Deprecating save-state and set-output commands #396

Open Shereef opened 1 year ago

Shereef commented 1 year ago

What happened

GitHub Actions: Deprecating save-state and set-output commands

What you expected to happen

not to use set-output

How to reproduce it

Use the action

cena7 commented 1 year ago

Can we please fix this , there is deadline for this and its few months away

RickyPlanview commented 1 year ago

Hello, Is there a fix to this issue yet ? I am facing same issue in my workflows Thank you, Ricky

wanisfahmyDE commented 1 year ago

+1 same problem

peternorthphorest commented 1 year ago

@micnncim the deadline for this is in just over two weeks. Will this be addressed?

wanisfahmyDE commented 1 year ago

@peternorthphorest i solved it temporarily by pointing the action to the main branch, the fix is merged https://github.com/actions-ecosystem/action-regex-match/pull/360 but it's not released

@micnncim can you please create a release?

paulchen416 commented 1 year ago

Any update on this issue? @micnncim

joergschultzelutter commented 1 year ago

@paulchen416 - it seems as if this repo is no longer maintained. As Github is very likely to pull the plug on non-migrated Github actions, I migrated my code to https://github.com/kaisugi/action-regex-match which serves as a successor to this Github action and provides the same functionality to the end user. No issues so far - might be a suitable alternative for you, too.