diff --git a/.github/workflows/wait.yml b/.github/workflows/wait.yml new file mode 100644 index 0000000..7218bbc --- /dev/null +++ b/.github/workflows/wait.yml @@ -0,0 +1,11 @@ +name: GitHub Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +on: [push] +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Sleep for 30 seconds + uses: jakejarvis/wait-action@master + with: + time: '30s'