From 7fda7e49efa6561e9920224cebc29348bf3a8cf4 Mon Sep 17 00:00:00 2001 From: ifeanyi23 Date: Tue, 4 Jun 2024 15:51:47 +1000 Subject: [PATCH] adding tf apply custom action --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e69de29..b36bf12 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +name: Test Composite Actions + +on: + push: + branches: + - main + +jobs: + testing-action: + name: Testing Custom Action + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - run: echo this workflow/job/step is executed for event type - ${{github.event_name}} \ No newline at end of file