Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanOnsori authored Oct 28, 2024
1 parent 1f77ca6 commit 855fc3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push]

jobs:
hello_world_job:
runs-on: ubuntu-latest
runs-on: windows-latest
name: A job to say hello
steps:
- name: Hello world action step
Expand All @@ -12,7 +12,7 @@ jobs:
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
- name: Broken Link Check
uses: technote-space/broken-link-checker-action@v1
# - name: Broken Link Check
# uses: technote-space/broken-link-checker-action@v1


0 comments on commit 855fc3d

Please sign in to comment.