abapgit-agent 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,8 +49,11 @@ jobs:
49
49
  if: steps.check_release_notes.outputs.RELEASE_FILE == 'true'
50
50
  id: release_notes_file
51
51
  run: |
52
- CONTENT=$(cat RELEASE_NOTES.md)
53
- echo "CONTENT=$CONTENT" >> $GITHUB_OUTPUT
52
+ {
53
+ echo 'RELEASE_NOTES<<EOF'
54
+ cat RELEASE_NOTES.md
55
+ echo 'EOF'
56
+ } >> $GITHUB_OUTPUT
54
57
 
55
58
  - name: Generate default release notes
56
59
  if: steps.check_release_notes.outputs.RELEASE_FILE == 'false'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abapgit-agent",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "ABAP Git Agent - Pull and activate ABAP code via abapGit from any git repository",
5
5
  "main": "src/index.js",
6
6
  "bin": {