We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21650bc commit aca2f76Copy full SHA for aca2f76
action.yml
@@ -146,7 +146,7 @@ runs:
146
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token || github.token }}
147
run: |
148
git add "${{ inputs.manifestPath }}"
149
- git add -f ${{ github.workspace }}/dist/\*
+ git add -f ${{ github.workspace }}/dist/index.js
150
echo "Changed files:"
151
echo "$(git diff-index --cached --name-only HEAD)"
152
if [ -n "$(git diff-index --cached --name-only HEAD)" ]; then
0 commit comments