Update README.md #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 $?" |