Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipgough committed Aug 15, 2023
1 parent 0b7a4d1 commit 0b3b538
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
# Get the links to the changelogs of the updated versions and make them
# available to the reviewers
new_changelogs=$(scripts/get-new-changelogs.sh)
echo "test"
echo "$new_changelogs"
echo "new_changelogs=$new_changelogs" >> $GITHUB_OUTPUT
if: matrix.branch == 'main'
- name: Update jsonnet dependencies
run: |
make update
Expand Down

0 comments on commit 0b3b538

Please sign in to comment.