Lines Matching +full:apt +full:- +full:get
5 - cron: '*/10 * * * *'
10 COMMITTER_NAME: github-actions
11 COMMITTER_USERNAME: github-actions
15 track-issues:
17 runs-on: ubuntu-22.04
18 if: github.repository == 'zephyrproject-rtos/zephyr'
21 - name: Download configuration file
23 …wget -q https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/.github/workflows/issues-report-…
25 - name: install-packages
27 sudo apt-get update
28 sudo apt-get install discount
30 - uses: brcrista/summarize-issues@v4
33 configPath: 'issues-report-config.json'
37 - name: upload-stats
38 uses: actions/upload-artifact@v4
39 continue-on-error: true
44 - name: Configure AWS Credentials
45 uses: aws-actions/configure-aws-credentials@v4
47 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
48 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
49 aws-region: us-east-1
51 - name: Post Results
54 …aws s3 cp --quiet IssuesReport.html s3://testing.zephyrproject.org/issues/$GITHUB_REPOSITORY/index…