Sha256: e59f74970a78350f831bc3c886498f9b89669db7954c2b821b7653acbfb9ab99
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
name: check-service-regions on: schedule: - cron: '40 15 * * *' jobs: region-check: runs-on: ubuntu-20.04 steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 1 - name: Set version tag run: | cd utils/aws ; ruby check_region_exclusions.rb
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws_recon-0.5.2 | .github/workflows/check-aws-regions.yml |