Browse Source

Resolve `test-redistribute.yml`

pull/15316/head
Yurii Motov 3 months ago
parent
commit
a9c02dd8f3
  1. 4
      .github/workflows/test-redistribute.yml

4
.github/workflows/test-redistribute.yml

@ -9,6 +9,8 @@ on:
- opened
- synchronize
permissions: {}
jobs:
test-redistribute:
runs-on: ubuntu-latest
@ -18,6 +20,8 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:

Loading…
Cancel
Save