Skip to content

Commit

Permalink
fix: try passing variable to output
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 4, 2023
1 parent c5179df commit 2116703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
echo "total unpushed commits is $countCommits"
countReleases=$(git diff --numstat -- releases | wc -l)
echo "total releases changed is $countReleases"
echo "staged=$(countStaged)" >> $GITHUB_OUTPUT
echo "staged=$countStaged" >> $GITHUB_OUTPUT
echo "commits=$(git diff origin/master..HEAD --numstat | wc -l)" >> $GITHUB_OUTPUT
echo "releases=$(git diff --numstat -- releases | wc -l)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2116703

Please sign in to comment.