Skip to content

Bump rexml from 3.2.6 to 3.2.8 (#107) #138

Bump rexml from 3.2.6 to 3.2.8 (#107)

Bump rexml from 3.2.6 to 3.2.8 (#107) #138

Workflow file for this run

name: Simple Task
on:
workflow_dispatch:
push:
# wait-using-check-regexp waits for this task
jobs:
simple-task:
runs-on: ubuntu-latest
steps:
- name: Sleep
run: sleep 10
- name: Done
run: echo 'Done'