Handle new binary names in archives. #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Using as Default Shell | |
on: | |
push: | |
branches: [main] | |
defaults: | |
run: | |
shell: elvish | |
jobs: | |
test_action: | |
name: Test Action | |
runs-on: ubuntu-latest | |
steps: | |
- uses: elves/setup-elvish@main | |
- name: Run with Elvish | |
shell: elvish {0} | |
run: | | |
echo This is Elvish $version |