You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My projects running 8398a7/action-slack are failing for the following reason:
/opt/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.27' not found (required by /opt/actions-runner/externals/node20/bin/node) /opt/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.28' not found (required by /opt/actions-runner/externals/node20/bin/node)
/opt/actions-runner/externals/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /opt/actions-runner/externals/node20/bin/node)
All the workflow is successful and should then just send a notification on Slack.
Describe the bug
My projects running
8398a7/action-slack
are failing for the following reason:All the workflow is successful and should then just send a notification on Slack.
To Reproduce
Here is my workflow.yml
The text was updated successfully, but these errors were encountered: