Skip to content

Commit

Permalink
work without dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille committed Mar 29, 2024
1 parent 2357576 commit 6f31084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ runs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: '3.10'
cache: 'pip'
- name: Install requirements
run: |
python -m pip install --upgrade pip
Expand Down
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def do_releasability_checks():
print(os.getenv("INPUT_REPOSITORY"))

set_output("steps.checks.outputs.logs", "SOME LOGS")
set_output("logs", "SOME LOGS")
set_output("steps.checks.outputs.status", "1")

# do_releasability_checks()

0 comments on commit 6f31084

Please sign in to comment.