We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6bd49e commit 8939c27Copy full SHA for 8939c27
.github/workflows/main.yml
@@ -56,3 +56,14 @@ jobs:
56
asset_path: ./dist/x86_64/kernel.iso
57
asset_name: kernel.iso
58
asset_content_type: application/octet-stream
59
+
60
+ - name: Change something
61
+ run: |
62
+ cp ./dist/x86_64/kernel.iso . && git add ./kernel.iso
63
64
+ - name: Commit and push changes
65
+ uses: devops-infra/action-commit-push@master
66
+ with:
67
+ github_token: ${{ secrets.GITHUB_TOKEN }}
68
+ commit_message: Update for ${{ github.sha }}
69
+ target_branch: isos
0 commit comments