Skip to content

Commit

Permalink
WIP: Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainmouquet committed Oct 3, 2024
1 parent c0246cd commit d734334
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
id: check_deps_before
run: |
before=$(make check:deps) || true
echo "{before}={before}"
echo "{before}={before}" >> $GITHUB_ENV
echo "before=${before}"
echo "before=${before}" >> $GITHUB_ENV
- name: Run make update
run: make update
Expand All @@ -38,8 +38,8 @@ jobs:
id: check_deps_after
run: |
after=$(make check:deps) || true
echo "{after}={after}"
echo "{after}={after}" >> $GITHUB_ENV
echo "after=${after}"
echo "after=${after}" >> $GITHUB_ENV
- name: Create or Update Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit d734334

Please sign in to comment.