Skip to content

Commit

Permalink
Debug action
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 8, 2024
1 parent 11dc663 commit 0d31d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix: |
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.10, 3.12]
- run: cat $GITHUB_OUTPUT
- run: echo ${{ steps.set-matrix.outputs.matrix }}
- id: set-matrix
run: echo "matrix=$MATRIX" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def main() -> None:

output_matrix = json.dumps(matrix)

output("matrix", output_matrix)
setenv("MATRIX", output_matrix)
output("matrix", output_matrix)


if __name__ == "__main__":
Expand Down

0 comments on commit 0d31d42

Please sign in to comment.