Tolerate missing non-primitive fields in constructor-based parsing (#19) #24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: push-event | |
| on: | |
| push: | |
| jobs: | |
| job: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out github-actions repo | |
| uses: actions/checkout@v4 | |
| with: | |
| repository: aerius/github-actions | |
| path: aerius-github-actions | |
| ref: v1.1 | |
| - uses: aerius/github-actions/events/push-event-action@v1.1 | |
| with: | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
| NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} | |
| NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} |