Skip to content

Commit

Permalink
echo repo owner id
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Apr 19, 2024
1 parent 4b0a32d commit bd0a3a1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ on:

jobs:
test:
uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-python-code.yaml@main
secrets: inherit
with:
# Cannot be set with an env var. Value must match in the release job.
python-version: 3.8
codecov-slug: ocadotechnology/codeforlife-package-python
runs-on: ubuntu-latest
steps:
- name: Echo org id
run: echo "${{ github.repository_owner_id }}"

# uses: ocadotechnology/codeforlife-workspace/.github/workflows/test-python-code.yaml@main
# secrets: inherit
# with:
# # Cannot be set with an env var. Value must match in the release job.
# python-version: 3.8
# codecov-slug: ocadotechnology/codeforlife-package-python

release:
concurrency: release
Expand Down

0 comments on commit bd0a3a1

Please sign in to comment.