Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 2, 2024
1 parent 1546fcb commit 89b519b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/branchCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check branch
run: |
import re
Expand All @@ -24,4 +24,6 @@ jobs:
currentVersion = version()
print( currentVersion )
print( os.environ )
shell: python

0 comments on commit 89b519b

Please sign in to comment.