Skip to content

Instantly share code, notes, and snippets.

View blake-newman's full-sized avatar

Blake Newman blake-newman

View GitHub Profile
@blake-newman
blake-newman / uuid-job-output-workflow.yml
Created May 19, 2020 15:58
Unique id from job output
jobs:
context:
runs-on: ubuntu-latest
outputs:
uuid: ${{ steps.uuid.outputs.value }}
steps:
- name: 'uuid'
id: uuid
run: echo "::set-output name=value::$GITHUB_SHA-$(date +"%s")"
@blake-newman
blake-newman / inputs_gui.scr
Last active February 12, 2022 10:58
Dying Light 2: Colemak Keybindings (1.0.6)
import "inputs.def"
//AddAction(_ACTION_ID, EInputTarget, EInputDevice, analog, AxisOrButtonId, reverse, halfscope)
// analog - if true then the values are in 0.0f .. 1.0f, if false the values are either 0 or 1 (no values between)
// reverse - if true then the input is trigered when button is released
// halfscope - if true then the action is triggered when the value is > 0.5f
// if analog is true then the value is only 0..1f
sub GuiPad()
{
Layout("CommonGui", false)