We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043a872 commit 20257a3Copy full SHA for 20257a3
.github/workflows/python.yml
@@ -23,13 +23,6 @@ jobs:
23
outputs:
24
changes_made: ${{ steps.format-check.outputs.changes_made }} # Track if formatting changes were applied
25
steps:
26
- - name: Checkout repository code
27
- uses: actions/checkout@v4
28
- with:
29
- token: ${{ secrets.GITHUB_TOKEN }} # Uses default token (works with 'contents: write' permission)
30
- fetch-depth: 0 # Required for full Git history (needed for commits)
31
- ref: ${{ github.head_ref || github.ref }} # Targets PR source branch (avoids merging to main directly)
32
-
33
- name: Set up Python ${{ env.PYTHON_VERSION }}
34
uses: actions/setup-python@v4
35
with:
0 commit comments