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 6f1f5c5 commit cb86feaCopy full SHA for cb86fea
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name : GitHub Actions Continuous Integration
2
run-name : ${ { github.actor} } is running CI 🚀
3
on : [ push]
4
jobs :
5
- Continuous Integration
+ Continuous Integration:
6
runs-on: ubuntu-24.04
7
steps:
8
- run: echo"🎉 The job was automatically triggered by a ${{ github.event_name }} event."
0 commit comments