mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add branch reference
This commit is contained in:
parent
6b4c34bec1
commit
05380145fb
1 changed files with 4 additions and 3 deletions
7
.github/workflows/run-distiller.yml
vendored
7
.github/workflows/run-distiller.yml
vendored
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
|
|
@ -41,7 +43,6 @@ jobs:
|
|||
- name: Commit changes and push
|
||||
uses: EndBug/add-and-commit@v9
|
||||
with:
|
||||
push: true
|
||||
branch: ${{ github.ref }}
|
||||
message: 'Update generated html'
|
||||
add: '.'
|
||||
message: 'Update generated html'
|
||||
push: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue