Open
Description
Hi, I have such a step in my actions config:
name: Get list of changed files
id: changed_files
run: |
list=`git diff --name-only origin/master HEAD`
echo $list
echo "::set-output name=list::$list"
shell: bash
When using checkout@v1
it works, while with checkout@v2
I get
fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree.
Metadata
Metadata
Assignees
Labels
No labels