Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivvist committed Apr 23, 2024
1 parent f6beac6 commit 1cca1a8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci-test-success.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test success

on: [push]

jobs:
call-workflow-show_time:
uses: ivvorg/public-test-repo/.github/workflows/show_time.yml@main

display-time:
# This job runs on the latest Ubuntu runner provided by GitHub Actions
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job.
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Show current time 2
run: |
echo "The current time 2 $(date)"

0 comments on commit 1cca1a8

Please sign in to comment.