Skip to content

Commit 2d0e806

Browse files
committed
ci(red-args): fix stupid
1 parent aaf1bbe commit 2d0e806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/redbot-args-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66
- main
77

88
jobs:
9-
build:
9+
update-red-args:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
1313

1414
- name: Get Python version
1515
id: build_info
16-
run:
16+
run: |
1717
pyver=$(cat Dockerfile | grep FROM | grep -oP '(\d(\.\d\d?)?)')
1818
echo "$pyver"
1919
echo "python_version=$pyver" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)