From 6258518b4ea8a9308057a23da8c857b0a57befa6 Mon Sep 17 00:00:00 2001 From: Piasecki-grid Date: Fri, 11 Apr 2025 09:42:02 +0200 Subject: [PATCH] adding test workflows for reusable workflow v5 --- .github/workflows/caller-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/caller-1.yml b/.github/workflows/caller-1.yml index fe3772ce8..c0ac8b10d 100644 --- a/.github/workflows/caller-1.yml +++ b/.github/workflows/caller-1.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v3 - name: Use Composite Action - uses: Piasecki-grid/composite-action-repo/actions/my-composite-action@main + uses: Piasecki-grid/test-workflows/actions/my-composite-action@main with: greeting: 'Hi there' name: 'GitHub Actions User'