Skip to content

Bump com.sun.xml.bind:jaxb-impl from 2.2.3-1 to 4.0.5 in /plugins/discovery-azure-classic #6

Bump com.sun.xml.bind:jaxb-impl from 2.2.3-1 to 4.0.5 in /plugins/discovery-azure-classic

Bump com.sun.xml.bind:jaxb-impl from 2.2.3-1 to 4.0.5 in /plugins/discovery-azure-classic #6

name: Example Action
on: [pull_request, push]
jobs:
example_job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Print GitHub actor
run: |
echo "GitHub Actor: ${{ github.actor }}"
- name: Conditional Step
if: ${{ github.actor == 'dependabot[bot]' }}
run: echo "This job runs because the actor is dependabot."