Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 2, 2023
1 parent 004e2fe commit 6eda615
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fetch-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
fetch-versions:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Fetch Versions
id: fetch-versions
run: |
bash ./fetch-versions.sh
run: ./fetch-versions.sh

0 comments on commit 6eda615

Please sign in to comment.