Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
Test:
name: Live Action Test
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v2
- name: Run Action
uses: ./
- name: Test the action by creating and deleting a commit
run: |
git commit --allow-empty --message 'git test'
git push origin HEAD:testing-branch
git push origin HEAD:refs/heads/testing-branch
git push --delete origin testing-branch