Skip to content

http-https-redirect #14750

http-https-redirect

http-https-redirect #14750

name: http-https-redirect
on:
push:
paths:
- .github/workflows/http-https-redirect.yml
- .github/workflows/http-https-redirect.sh
workflow_dispatch:
schedule:
- cron: '0 * * * *'
jobs:
run-script:
runs-on: ubuntu-latest
steps:
- name: Check out the source code to get the shell scripts
uses: actions/checkout@v3
- name: Check http://hubelbauer.net to https://hubelbauer.net redirect
run: .github/workflows/http-https-redirect.sh
- name: Upload output and pattern artifacts for debugging in case of an error
uses: actions/upload-artifact@v3
if: failure()
with:
path: |
output
pattern