Skip to content

Commit

Permalink
echo GITHUB_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Nov 9, 2024
1 parent 3e63294 commit fc66268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Run Ansible Playbook
run: |
echo "GITHUB_REF = $GITHUB_REF"
if [ $GITHUB_REF == "refs/heads/dev" ]; then
PLAYBOOK=dev.yml
else
Expand Down

0 comments on commit fc66268

Please sign in to comment.