From 7abbde92b5bd2fc9afb4f19ecdc54c6d5f59f6fc Mon Sep 17 00:00:00 2001 From: tiawl Date: Wed, 24 Apr 2024 20:46:03 +0200 Subject: [PATCH] [update] workflows --- .github/workflows/bot.yml | 1 + .github/workflows/ci.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index c8f7107..3c29dd7 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -13,4 +13,5 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: tiawl/spaceporn-dep-action-bot@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7351fa9..8e6bca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,15 @@ jobs: build: strategy: matrix: - repo: [cimgui] + repo: + - cimgui runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: tiawl/spaceporn-dep-action-ci@v1 with: + repository: "${{ github.repository }}" + sha: "${{ github.sha }}" user: "${{ matrix.repo }}.zig" test_build: 'false' test_update: 'true'