Skip to content

Commit

Permalink
fix: change message name, unpin python version
Browse files Browse the repository at this point in the history
  • Loading branch information
pl4nty authored Mar 11, 2024
1 parent 754ccca commit 8b30e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
allow-no-subscriptions: true
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: 3.12
python-version: 3.x
cache: pip
- run: pip install -r requirements.txt
- run: python main.py
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4
with:
default_author: github_actions
message: 'chore: refresh data'
message: Intune change detected

0 comments on commit 8b30e92

Please sign in to comment.