We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765a152 commit 3b5dd81Copy full SHA for 3b5dd81
.github/workflows/updateChangelog.yml
@@ -38,14 +38,8 @@ jobs:
38
run: ls -la
39
- name: 'Store entry'
40
id: pull
41
- uses: actions/github-script@v7
42
- with:
43
- script: |
44
- const fs = require('fs');
45
- const path = require('path');
46
- const temp = '${{ runner.temp }}/artifacts';
47
- const changelog_entry = Number(fs.readFileSync(path.join(temp, 'changelog_entry')));
48
- echo message="$changelog_entry" >> $GITHUB_OUTPUT
+ run: |
+ echo message="$(cat changelog_entry.txt)" >> $GITHUB_OUTPUT
49
# check-for-changelog-entry
50
changelog-entry:
51
# if contains to check for bug, enhancement, feature
0 commit comments