Skip to content

Commit

Permalink
Actually fix the action for preventing changing 'login.toml'
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Feb 5, 2024
1 parent a3bf0de commit 658cf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/login-toml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Prevent modifying login.toml
on: [push, pull_request]

jobs:
documentation:
name: Build and deploy
prevent_modify_login_toml:
name: Prevent modifying login.toml
runs-on: ubuntu-latest
steps:
- name: Prevent modifying login.toml
Expand Down

0 comments on commit 658cf32

Please sign in to comment.