Skip to content

Documenting GitHub Actions Bash compatibility issues

Notifications You must be signed in to change notification settings

TomasHubelbauer/github-actions-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitHub Actions Bash

WEB

Using ubuntu-latest this does not work:

if [ -f *.eml ]; then
  echo "Have files"
else
  echo "Don't have files"
fi

But this works on WSL.

To-Do

Check out Bash version and other discrepancies to find the source of the difference

About

Documenting GitHub Actions Bash compatibility issues

Topics

Resources

Stars

Watchers

Forks