File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1414 driver : docker-container
1515 - name : Pre-build image and run make ci-build in dev container
1616 uses :
devcontainers/[email protected] 17+ env :
18+ EMBEDOPS_API_REPO_KEY : ${{ secrets.EMBEDOPS_API_REPO_KEY }}
19+ GITHUB_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
1720 with :
1821 inheritEnv : true
1922 cacheFrom : type=gha
Original file line number Diff line number Diff line change 1717 - name : Pre-build image and run make ci-build in dev container
1818 uses :
devcontainers/[email protected] 1919 # uncomment the next section to enable reporting
20- # env:
21- # EMBEDOPS_API_REPO_KEY: ${{ secrets.EMBEDOPS_API_REPO_KEY }}
22- # GITHUB_COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
20+ env :
21+ EMBEDOPS_API_REPO_KEY : ${{ secrets.EMBEDOPS_API_REPO_KEY }}
22+ GITHUB_COMMIT_MESSAGE : ${{ github.event.head_commit.message }}
2323 with :
2424 inheritEnv : true
2525 # use GitHub Actions caching
You can’t perform that action at this time.
0 commit comments