Skip to content

Commit

Permalink
Update release-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Feb 1, 2024
1 parent 29da856 commit c697cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "REPO_IN_SYNC=true" >> $GITHUB_ENV
fi
echo "${COMMITS_SINCE_LAST_RELEASE}"
echo "commits_since_last_release=${COMMITS_SINCE_LAST_RELEASE}" >> $GITHUB_OUTPUT
echo "commits_since_last_release='${COMMITS_SINCE_LAST_RELEASE}'" >> $GITHUB_OUTPUT
- name: Manage issues based on sync status
uses: actions/github-script@v7
Expand Down

0 comments on commit c697cff

Please sign in to comment.