Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Virus-Axel committed Dec 18, 2024
1 parent d5b6e81 commit 50fc7ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/job.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Example Workflow

on:
push:
workflow_dispatch:

jobs:
example_job:
runs-on: ubuntu-latest
steps:
- name: Use Action from Feature Branch
uses: Virus-Axel/godot-asset-library-updater-action@feature/automatic_update
with:
asset_id: 1765
username: ${{ secrets.ASSET_STORE_USERNAME }}
password: ${{ secrets.ASSET_STORE_PASSWORD }}

0 comments on commit 50fc7ef

Please sign in to comment.