We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bda97 commit fb38c53Copy full SHA for fb38c53
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+# Set update schedule for GitHub Actions
2
+
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
.github/workflows/pythonpackage.yml
@@ -37,7 +37,7 @@ jobs:
37
COMMIT_MSG=$(git show -s --format=%s)
38
fi
39
echo $COMMIT_MSG
40
- echo "::set-output name=commit_message::$COMMIT_MSG"
+ echo "commit_message=$COMMIT_MSG" >> $GITHUB_OUTPUT
41
env:
42
COMMIT_MSG: ${{ github.event.head_commit.message }}
43
0 commit comments