diff --git a/.github/workflows/other b/.github/workflows/other new file mode 100644 index 0000000..eb64d52 --- /dev/null +++ b/.github/workflows/other @@ -0,0 +1,8 @@ + build: + name: Hello world action + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: ./action-a + env: + MY_NAME: "YS"