Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/call-github2gerrit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:

- name: 'Run GitHub2Gerrit'
# yamllint disable-line rule:line-length
uses: lfreleng-actions/github2gerrit-action@7c1ba15a75dd86619139a81933f4432648d97af5 # v1.0.5
uses: lfreleng-actions/github2gerrit-action@5fa83115dea4966c4406589e02f2896772fef99e # v1.2.0
env:
# Pass GERRIT_* inputs as environment variables when dispatched from Gerrit
GERRIT_BRANCH: ${{ github.event.inputs.GERRIT_BRANCH || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github2gerrit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: 'Run GitHub2Gerrit'
# yamllint disable-line rule:line-length
uses: lfreleng-actions/github2gerrit-action@80213a86d7e5f2b58de497f0388fc9fa87a96b37 # v1.1.0
uses: lfreleng-actions/github2gerrit-action@5fa83115dea4966c4406589e02f2896772fef99e # v1.2.0
with:
USE_LOCAL_ACTION: true # Use branch code for testing, not PyPI
USE_PR_AS_COMMIT: true
Expand Down
Loading