Bump debug from 4.2.0 to 4.3.4 #553
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: dummy | |
on: | |
pull_request: | |
branches: | |
- "**" | |
jobs: | |
dummy: | |
name: Dummy | |
runs-on: ubuntu-18.04 | |
steps: | |
- name: Do nothing | |
run: | | |
echo "Make sure there's always GitHub action, which is required to display the \"Update branch\" button in PR." |