Skip to content

Update README.md

Update README.md #24

Workflow file for this run

name: Open URL on Successful Merge
on:
push:
branches:
- main
jobs:
open-url:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Open URL on successful merge
run: |
curl -L -f -S -s https://himo.toolforge.org/update.php?user=1 > curl_output.txt || echo "Curl request failed with status code $?"