Skip to content

Fix remote agent PostBuildAction failure #7

Fix remote agent PostBuildAction failure

Fix remote agent PostBuildAction failure #7

Workflow file for this run

name: JFrog CLI Core Tests
on:
pull_request_target:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
echo ${{ github.event.pull_request }} > file.json
cat file.json
- name: Test2
run: |
echo ${{ github.event.pull_request.sender }} > file2.json
cat file2.json