Skip to content

Create PostgresBatchDeleteExample.sql.s #838

Create PostgresBatchDeleteExample.sql.s

Create PostgresBatchDeleteExample.sql.s #838

name: hello-world-example
on:
push:
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
-
name: Say Hello
run: echo "Hello, Jeremy!"
-
name: Do stuff
run: |
echo "Step 1..."
echo "Step 2..."
echo "Step 3..."
-
name: Say Goodbye
run: echo "Goodbye!"