We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2f481 commit feff67eCopy full SHA for feff67e
.github/workflows/python3.8.yaml
@@ -4,7 +4,7 @@
4
#
5
# vim:ts=2:sts=2:sw=2:et
6
7
-# https://github.com/harisekhon/DevOps-Python-tools
+# https://github.com/HariSekhon/DevOps-Python-tools
8
9
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
10
@@ -25,6 +25,7 @@ on:
25
jobs:
26
build:
27
name: Python 3.8
28
- uses: HariSekhon/GitHub-Actions/.github/workflows/python3.8.yaml@master
29
- #with:
30
- # debug: 1
+ uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
+ with:
+ version: 3.8
31
+ #debug: 1
0 commit comments