Skip to content

Commit

Permalink
ci: t
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 9, 2023
1 parent 27fc7fd commit af81120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
workspace: '*'
to: HEAD^1
from: main -- # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/<branchName>)
from: origin/main # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/<branchName>)

# Do something more meaningful here, like push to NPM, do heavy computing, etc.
- name: Validate Action Output
Expand Down

0 comments on commit af81120

Please sign in to comment.