We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cbcd5 commit 49cb919Copy full SHA for 49cb919
1 file changed
.github/workflows/get-dependents.yml
@@ -43,7 +43,7 @@ jobs:
43
git checkout -b update-filtered-data-${{ github.ref_name }}
44
45
# Add changes
46
- git add ./data/raw-deps.json
+ git add ./data/govuk-frontend-dependents.json
47
48
# Check if there are changes to commit
49
if git diff --staged --quiet; then
0 commit comments