X Tutup
Skip to content

Commit feff67e

Browse files
committed
updated python3.8.yaml
1 parent 6c2f481 commit feff67e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/python3.8.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# vim:ts=2:sts=2:sw=2:et
66
#
7-
# https://github.com/harisekhon/DevOps-Python-tools
7+
# https://github.com/HariSekhon/DevOps-Python-tools
88
#
99
# If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
1010
#
@@ -25,6 +25,7 @@ on:
2525
jobs:
2626
build:
2727
name: Python 3.8
28-
uses: HariSekhon/GitHub-Actions/.github/workflows/python3.8.yaml@master
29-
#with:
30-
# debug: 1
28+
uses: HariSekhon/GitHub-Actions/.github/workflows/python.yaml@master
29+
with:
30+
version: 3.8
31+
#debug: 1

0 commit comments

Comments
 (0)
X Tutup