Skip to content

fix: log action file path [EDS-269] #2

fix: log action file path [EDS-269]

fix: log action file path [EDS-269] #2

Workflow file for this run

name: Log Test
on: [pull_request, workflow_dispatch]
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
log-test:
name: Log action test
runs-on: ubuntu-latest
if: startsWith( github.repository, 'elementor/' )
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Log action
uses: ./actions/log
with:
message: 'Hello, Universe!'