Add TextOrImage
widget that can be used to display an image or text
#18
Workflow file for this run
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: Prevent modifying login.toml | |
on: [push, pull_request] | |
jobs: | |
prevent_modify_login_toml: | |
name: Prevent modifying login.toml | |
runs-on: ubuntu-latest | |
steps: | |
- name: Prevent modifying login.toml | |
uses: xalvarez/[email protected] | |
with: | |
githubToken: ${{ secrets.GITHUB_TOKEN }} | |
pattern: login.toml |