Skip to content

ci: create workflow test #1

ci: create workflow test

ci: create workflow test #1

Workflow file for this run

on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to test tracker-action
steps:
- name: Test Tracker Action without lock
id: tracker
uses: ./
with:
lock-enable: false
host: "tracker.mon.dev.pl-waw.internal.scaleway.com"
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"