Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
librelois committed Jan 18, 2022
1 parent f8a946d commit 2f50c65
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tmp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: tmp

# The code (like generate-release-body) will be taken from the tag version, not master
on:
workflow_dispatch:
inputs:
sha:
description: 8-digit sha (ex. d1fdc903) to build the binary from
required: true

jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.sha }}
- name: Display variables
run: |
echo git_ref: $(git log -1 --format="%H")

0 comments on commit 2f50c65

Please sign in to comment.