Skip to content

Commit

Permalink
fix copilot mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Apr 11, 2024
1 parent 032cd47 commit 2d830ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Test Connection to NDFC
env:
NDFC_HOST: ${{ secrets.NDFC_IP }}
NDFC_HOST: ${{ secrets.NDFC_HOST }}
run: curl --insecure -I https://"$NDFC_HOST"

# - name: Run playbook
Expand Down

0 comments on commit 2d830ea

Please sign in to comment.