adding tf apply custom action #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |