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 62e7331 commit 0c802f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- name: Debug Repositories and Branches
run: |
echo "Checking Repositories and Branches"
cat ./components/test-repos.json
for repo in $(jq -r '.[]' ./components/test-repos.json); do
cat ../test-repos.json
for repo in $(jq -r '.[]' ../test-repos.json); do
echo "Checking repository: $repo"
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
Expand Down

0 comments on commit 0c802f4

Please sign in to comment.