mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 14:37:20 +08:00
🔄 synced file(s) with bitnami/support (#53925)
🔄 synced local '.github/workflows/' with remote 'workflows/' Signed-off-by: bitnami-bot <bitnami-bot@vmware.com>
This commit is contained in:
1
.github/workflows/pr-review-hack.yml
vendored
1
.github/workflows/pr-review-hack.yml
vendored
@@ -22,6 +22,7 @@ jobs:
|
||||
actor: ${{ steps.get-info.outputs.actor }}
|
||||
labels: ${{ steps.get-info.outputs.labels }}
|
||||
resource_url: ${{ steps.get-info.outputs.resource_url }}
|
||||
if: {{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- id: get-info
|
||||
env:
|
||||
|
||||
2
.github/workflows/pr-reviews.yml
vendored
2
.github/workflows/pr-reviews.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
|
||||
echo "${{ github.event.pull_request.number }}" > pull_request_number
|
||||
- name: Upload the PR number
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
|
||||
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32
|
||||
with:
|
||||
name: pull_request_number
|
||||
path: ./pull_request_number
|
||||
Reference in New Issue
Block a user