Skip to content

Commit

Permalink
Update upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
develcooking authored Feb 1, 2024
1 parent eec0d5b commit 6b12427
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ on:
workflow_dispatch:

# 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"
update:
# The type of runner that the job will run on
deploy:
runs-on: ubuntu-latest

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

- name: Setup SSH
run: |
mkdir -p ~/.ssh
Expand Down

0 comments on commit 6b12427

Please sign in to comment.