Skip to content

Commit

Permalink
verify head ref
Browse files Browse the repository at this point in the history
  • Loading branch information
cruz636 committed Aug 22, 2024
1 parent e6577df commit 423977f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
--no-input --output-dir tmp_cookiecutter_output \
project_name="Test project" \
project_generated_name="test-project" \
owner_email="[email protected] "
owner_email="[email protected] " \
echo "head name"
echo ${{ github.head_ref }}
- name: Install Scaffold dependencies
working-directory: tmp_cookiecutter_output/testproject
Expand Down

0 comments on commit 423977f

Please sign in to comment.