We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58347a commit 3171044Copy full SHA for 3171044
.github/workflows/unittests.yml
@@ -15,6 +15,11 @@ jobs:
15
os: [ubuntu-latest]
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ ref: ${{ github.event.workflow_run.head_branch }}
20
+ token: ${{ secrets.XML_AHB_MIG_Token }} # token with repo scope; expires never
21
+ # https://github.com/Hochfrequenz/xml-fundamend-python/settings/secrets/actions/XML_AHB_MIG_Token
22
+ submodules: "recursive"
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v5
25
with:
0 commit comments