Files
edgetunnel/.github/workflows/shell.yml
2020-12-13 19:36:49 +08:00

30 lines
635 B
YAML

name: shell-test
on:
workflow_dispatch:
branches:
- main
jobs:
shell-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run a multi-line script
run: |
echo "Run a multi-line script"
- id: foo
uses: ./.github/actions
with:
who-to-greet: "Mona the Octocat"
- run: echo random-number ${{ steps.foo.outputs.random-number }}
shell: bash
- run: ls -l
shell: bash
- run: heroku
shell: bash
- name: run pwsh
run: |
. ./.github/actions/module.ps1
Show-Calendar