Skip to content

Commit

Permalink
chore: change extensions, 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed May 22, 2024
1 parent 677f9dd commit 88f8e2d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: check workflows availables
run: ls -la ./.github/workflows/
- name: Upload APK staging compat
uses: ./.github/workflows/workflow2.yaml
uses: ./.github/workflows/workflow3.yaml
15 changes: 15 additions & 0 deletions .github/workflows/workflow3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: upload
on:
workflow_call:

jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: run hello world
run: echo "hello world from workflow 2"

0 comments on commit 88f8e2d

Please sign in to comment.