Skip to content

Commit

Permalink
Create sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noifuji committed Jan 26, 2024
1 parent 7facbf3 commit 59186a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sample

on:
workflow_dispatch:

jobs:
say_hello:
runs-on: ubuntu-latest
steps:
- name: Download Android keystore
id: android_keystore
uses: timheuer/base64-to-file@v1.0.3
with:
fileName: sample.txt
encodedString: ${{ secrets.SAMPLE_BASE64 }}
- name: print
run: cat sample.txt

0 comments on commit 59186a0

Please sign in to comment.