Skip to content

Commit

Permalink
Add owner field to the output (#449)
Browse files Browse the repository at this point in the history
* Adding owner info
  • Loading branch information
rajbos committed Dec 18, 2023
1 parent 7366290 commit 83e7480
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 79 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
if: always()
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions-user
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -92,9 +92,9 @@ jobs:
# upload the second result file as an artefact
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions-user
name: actions-user-second-run
path: ${{ steps.load-actions-second-run.outputs.actions-file-path }}

# validate that the two files have different names
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: always()
with:
name: actions-organization-with-forks
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
fi
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions-organization
path: ${{ steps.load-actions.outputs.actions-file-path }}
Expand All @@ -213,7 +213,7 @@ jobs:
- test-load-from-organization
- test-load-from-organization-with-forks
steps:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
- uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0

- run: |
ls -la
Expand Down
Loading

0 comments on commit 83e7480

Please sign in to comment.