Skip to content

Merge pull request #147 from MrIbrahem/update #31

Merge pull request #147 from MrIbrahem/update

Merge pull request #147 from MrIbrahem/update #31

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://mdwiki.toolforge.org/update_md.php?pybot=1 > curl_output.txt || echo "Curl request failed with status code $?"