Skip to content

Commit

Permalink
adding config + pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorOKane-Kainos committed Jul 5, 2024
1 parent 4634d79 commit c9d4678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: List all Repositories and Branches from JSON file
run: |
echo "Checking Repositories and Branches"
cat ./components/test-repos.json
cat ./test-repos.json
for repo in $(jq -r '.[]' ./components/test-repos.json); do
echo "Checking repository: $repo"
curl -H "Authorization: token ${{ secrets.PAT_TOKEN }}" \
Expand Down

0 comments on commit c9d4678

Please sign in to comment.