Skip to content

Commit

Permalink
adding tf apply custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
ifeanyi23 committed Jun 4, 2024
1 parent 2ef8c1c commit 7fda7e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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}}

0 comments on commit 7fda7e4

Please sign in to comment.