terraspace_ci_github 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d88b062ab17176d868d4f0b6f11a8a4b614c1e1396922186e4356264be0e069
4
- data.tar.gz: 58b57b162da756f2e3aa63c055c8980ab58aa846489ac6378263fa72bfc1101c
3
+ metadata.gz: d4e578a83cdc12bfa854c076f336e8c81e0d716bd479a30006b24a1925ab6033
4
+ data.tar.gz: f846068d455b7a0bf859ce5d3cc14bb81fa9792dbb865f0c72b2670fdc4207a6
5
5
  SHA512:
6
- metadata.gz: ccae205902e9717ca80ee2335238052217e9e4e553ebbe2c1afec8274c7aeda317ed73a04eeb611f9406af4964af5f12074a6da69f77614add44697613d34134
7
- data.tar.gz: 2f24c1dd359f4856e4f67b5681777417647dc6f60d514d4b82400d631d34611a9b30f505ccb2b65dbb319800121c58a1920a8336e0c56b680aea27a84c5be3e1
6
+ metadata.gz: 996cabd891da675d935b7500c1c6d2f5264fea85eaa14150af1ff20b14269a6cfb99a4713f7bb1dda8ad035ec63bf2edc4fa52d22be044be04e4e70083e52456
7
+ data.tar.gz: 4db815eb1239ec5449db267786adc339694ff8bcc7243cd2202bca8664a309162a49fcdc0488dced8a8d18474bb0b2edeed16fb29ad1b56f1d9ef10c340eb58e
data/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/).
5
5
 
6
+ ## [0.1.1] - 2022-06-09
7
+
8
+ - Fix branch name
9
+
6
10
  ## [0.1.0] - 2022-06-09
7
11
 
8
12
  - Initial release
@@ -67,7 +67,7 @@ module TerraspaceCiGithub
67
67
  if build_type == "pull_request"
68
68
  pr.dig('pull_request','head','ref')
69
69
  else # push
70
- ENV['GITHUB_REF']
70
+ ENV['GITHUB_REF_NAME']
71
71
  end
72
72
  end
73
73
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TerraspaceCiGithub
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: terraspace_ci_github
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen