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 6174f0d commit d035c7cCopy full SHA for d035c7c
.github/workflows/ci.yml
@@ -25,6 +25,9 @@ jobs:
25
with:
26
app-id: ${{ secrets.GH_APP_ID }}
27
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
28
+ owner: ${{ github.repository_owner }}
29
+ repositories: |
30
+ aws/aws-durable-execution-sdk-python
31
- name: checkout aws-durable-execution-sdk-python
32
uses: actions/checkout@v5
33
0 commit comments