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 3ce40f9 commit e816b7eCopy full SHA for e816b7e
.github/workflows/teamscale_upload.yml
@@ -16,6 +16,10 @@ jobs:
16
runs-on: ubuntu-latest
17
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18
steps:
19
+ # This checks out the latest commit on main, not teh PRs head
20
+ # This is needed to get the teamscale-upload action
21
+ - name: Checkout sources
22
+ uses: actions/checkout@v4.2.2
23
- name: 'Download artifact'
24
uses: actions/github-script@v7
25
with:
0 commit comments