Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus committed Nov 21, 2023
1 parent cfab541 commit e730ddd
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions .github/workflows/update-ostree-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,30 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build ostree repo
run: bash build_rpm-ostree_repo.sh
- name: Show paths
run: |
pwd
ls -Alh
whoami
ls ./.git
- name: Pushing to ostree branch
uses: stefanzweifel/git-auto-commit-action@v4
with:
# Disable setting repo owner as commit author
commit_user_name: github-actions[bot]
commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

# Optional. Commit message for the created commit.
# Defaults to "Apply automatic changes"
commit_message: Update ostree branch
branch: ostree-repo
create_branch: true
# Only include needed files
# file_pattern: './*'
# push_options: '--force'

# - name: Build ostree repo
# run: bash build_rpm-ostree_repo.sh
#
# - name: Pushing to ostree branch
# uses: stefanzweifel/git-auto-commit-action@v4
# with:
# # Disable setting repo owner as commit author
# commit_user_name: github-actions[bot]
# commit_user_email: 41898282+github-actions[bot]@users.noreply.github.com
# commit_author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
#
# # Optional. Commit message for the created commit.
# # Defaults to "Apply automatic changes"
# commit_message: Update ostree branch
# branch: ostree-repo
# create_branch: true
# # Only include needed files
# # file_pattern: './*'
# # push_options: '--force'
#

0 comments on commit e730ddd

Please sign in to comment.